diff --git a/README.md b/README.md index 9245c31..3acdeee 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ efficient exportation and importation of item tokens within the same file, and e and crate boundaries. `macro_magic` is designed to work with stable Rust, and is fully `no_std` compatible (in fact, -there is a unit test to ensure everything is `no_std` safe). The main crate and all sub-crates -are `no_std`. +there is a unit test to ensure everything is `no_std` safe). ## General Syntax diff --git a/src/lib.rs b/src/lib.rs index cd76b74..09c2603 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,8 +22,7 @@ //! ## no_std //! //! `macro_magic` is designed to work with stable Rust, and is fully `no_std` compatible (in -//! fact, there is a unit test to ensure everything is `no_std` safe). The main crate and all -//! sub-crates are `no_std`. +//! fact, there is a unit test to ensure everything is `no_std` safe). //! //! ## Features //!