8 lines
166 B
Rust
Raw Normal View History

2023-05-30 13:41:10 +02:00
#[cfg(feature = "nightly")]
mod asynch;
mod blocking;
#[cfg(feature = "nightly")]
pub(crate) use asynch::AsyncTestFlash;
pub(crate) use blocking::BlockingTestFlash;