diff options
author | iximeow <me@iximeow.net> | 2024-06-22 12:26:04 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-22 12:26:04 -0700 |
commit | 2bbeeec8cf26c1b165cdc5e6548b28bbc3c1d6a3 (patch) | |
tree | e96d808768bf10f6a5c9f7358ff7e8fa8dca8809 /src/lib.rs | |
parent | 0c69ee37f98ce616df5237cbe74952c2a28cc5cb (diff) |
be more careful about what does and doesnt need alloc
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ pub use color::ColorSettings; #[cfg(feature = "alloc")] extern crate alloc; -#[cfg(feature = "alloc")] pub mod display; pub mod testkit; |