Skip to content

Commit

Permalink
Fix clippy notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 21, 2022
1 parent 2523651 commit d4b4362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/src/platform/rt_tokio/local_worker.rs
@@ -1,7 +1,7 @@
//! We use a local worker implementation that does not produce a JoinHandle for spawn_pinned.
//! This avoids the cost to acquire a JoinHandle.
//!
//! See: https://github.com/tokio-rs/tokio/issues/4819
//! See https://github.com/tokio-rs/tokio/issues/4819
//!
//! We will not be able to produce a meaningful JoinHandle until WebAssembly targets support
//! unwinding.
Expand Down

0 comments on commit d4b4362

Please sign in to comment.