Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpumpkin committed Nov 21, 2021
1 parent 71feff5 commit 4d6942f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/web_worker_fib/src/agent.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use yew_agent::{Agent, AgentLink, HandlerId, Public};
use serde::{Deserialize, Serialize};
use yew_agent::{Agent, AgentLink, HandlerId, Public};

pub struct Worker {
link: AgentLink<Self>,
Expand Down
2 changes: 1 addition & 1 deletion examples/web_worker_fib/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![recursion_limit = "1024"]
#![allow(clippy::large_enum_variant)]

pub mod app;
pub mod agent;
pub mod app;
use app::Model;
use wasm_bindgen::prelude::*;
use yew_agent::Threaded;
Expand Down

0 comments on commit 4d6942f

Please sign in to comment.