Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Aug 24, 2022
1 parent de51a1d commit 97f6693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/runtime/config.rs
Expand Up @@ -20,6 +20,7 @@ pub(crate) struct Config {
///
/// Eventually, the LIFO slot **will** become stealable, however as a
/// stop-gap, this unstable option lets users disable the LIFO task.
#[cfg(not(tokio_wasm))]
pub(crate) disable_lifo_slot: bool,

#[cfg(tokio_unstable)]
Expand Down

0 comments on commit 97f6693

Please sign in to comment.