diff --git a/src/lib.rs b/src/lib.rs index f4ba8338..dbb73b7e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -157,6 +157,7 @@ mod io_extras { } } +#[rustfmt::skip] mod prelude { #[cfg(all(not(feature = "std"), not(test)))] pub use alloc::{string::{String, ToString}, vec::Vec, boxed::Box, borrow::{Cow, ToOwned}, slice, rc, sync};