Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Mar 27, 2023
1 parent 4e857da commit 3688c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ across multiple macro invocations, however this problem can be tackled effective
(deprecated but functional) [macro_state](https://crates.io/crates/macro_state) crate, which
relies on some incidental features of the rust compiler that could be removed in the future.

Note that the transition from 0.1.x6 to 0.2.0 of `macro_magic` removed and/or re-wrote a number
Note that the transition from 0.1.7 to 0.2.0 of `macro_magic` removed and/or re-wrote a number
of features that relied on a non-future-proof behavior of writing/reading files from the
`OUT_DIR`. Versions of `macro_magic` >= 0.2.0 are completely future-proof and safe, however
features that provided the ability to enumerate all the `#[export_tokens]` calls in a namespace
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//! which relies on some incidental features of the rust compiler that could be removed in the
//! future.
//!
//! Note that the transition from 0.1.x6 to 0.2.0 of `macro_magic` removed and/or re-wrote a
//! Note that the transition from 0.1.7 to 0.2.0 of `macro_magic` removed and/or re-wrote a
//! number of features that relied on a non-future-proof behavior of writing/reading files from
//! the `OUT_DIR`. Versions of `macro_magic` >= 0.2.0 are completely future-proof and safe,
//! however features that provided the ability to enumerate all the `#[export_tokens]` calls in
Expand Down

0 comments on commit 3688c29

Please sign in to comment.