hobofan / cargo-nono

Check your crate for (possible) no_std compatibility
Apache License 2.0
209 stars 12 forks source link

Fix typo in suggested conditional attribute #62

Closed rmsc closed 3 years ago

rmsc commented 3 years ago

Attempted to just copy the suggested #[cfg_attr(not(feature = "std"), no_std)] to my lib.rs, but it didn't work. Turned out a ! was missing after the #.

hobofan commented 3 years ago

Thanks! :)