Skip to content

Commit

Permalink
remove portion of no_std note in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Jun 9, 2023
1 parent 762e0e7 commit 52a818c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit 52a818c

Please sign in to comment.