1 2 3 4 5 6
#[cfg(all(feature = "shuttle", test))] #[allow(unused_imports)] pub use shuttle::{sync::*, thread}; #[cfg(not(all(feature = "shuttle", test)))] #[allow(unused_imports)] pub use std::{sync::*, thread};