Skip to content

Commit

Permalink
and another ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Aug 3, 2023
1 parent 9e6ac41 commit d02b59b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tokio/src/runtime/scheduler/inject/synced.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#![cfg_attr(not(all(tokio_unstable, feature = "full")), allow(dead_code))]
#![cfg_attr(
any(not(all(tokio_unstable, feature = "full")), target_family = "wasm"),
allow(dead_code)
)]

use crate::runtime::task;

Expand Down

0 comments on commit d02b59b

Please sign in to comment.