Skip to content

Commit 04cf654

Browse files
committed
Fix build without all features
1 parent ea16e3c commit 04cf654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scheduler/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ use crate::{
3333
#[cfg(feature = "threaded-scheduler")]
3434
mod threaded;
3535

36+
#[cfg(feature = "threaded-scheduler")]
3637
pub use self::threaded::ScopedExecutor;
3738

3839
/// Scheduler that starts systems in order of their registration.

0 commit comments

Comments
 (0)