Skip to content

Commit 7765cf3

Browse files
authored
Merge pull request #139 from KodrAus/chore/remove-nightly-doc
Remove reference to the nightly feature from crate docs
2 parents 62b88d8 + 5f25562 commit 7765cf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by an a
9292
9393
This crate provides two cargo features:
9494
95-
- `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.
96-
- `spin_no_std` (implies `nightly`): This allows using this crate in a no-std environment, by depending on the standalone `spin` crate.
95+
- `spin_no_std`: This allows using this crate in a no-std environment, by depending on the standalone `spin` crate.
9796
9897
Both features depend on unstable language features, which means
9998
no guarantees can be made about them in regard to SemVer stability.

0 commit comments

Comments
 (0)