Skip to content

Commit

Permalink
Merge pull request #139 from KodrAus/chore/remove-nightly-doc
Browse files Browse the repository at this point in the history
Remove reference to the nightly feature from crate docs
  • Loading branch information
KodrAus authored Jan 15, 2019
2 parents 62b88d8 + 5f25562 commit 7765cf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by an a
This crate provides two cargo features:
- `nightly`: This uses unstable language features only available on the nightly release channel for a more optimal implementation. In practice this currently means avoiding a heap allocation per static. This feature might get deprecated at a later point once all relevant optimizations are usable from stable.
- `spin_no_std` (implies `nightly`): This allows using this crate in a no-std environment, by depending on the standalone `spin` crate.
- `spin_no_std`: This allows using this crate in a no-std environment, by depending on the standalone `spin` crate.
Both features depend on unstable language features, which means
no guarantees can be made about them in regard to SemVer stability.
Expand Down

0 comments on commit 7765cf3

Please sign in to comment.