Skip to content

Commit 88994b2

Browse files
fbruettingKodrAus
authored andcommitted
Fix typo in lib.rs (#144)
1 parent 03f6291 commit 88994b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,10 @@ The `Deref` implementation uses a hidden static variable that is guarded by an a
9090
9191
# Cargo features
9292
93-
This crate provides two cargo features:
93+
This crate provides one cargo feature:
9494
9595
- `spin_no_std`: This allows using this crate in a no-std environment, by depending on the standalone `spin` crate.
9696
97-
Both features depend on unstable language features, which means
98-
no guarantees can be made about them in regard to SemVer stability.
99-
10097
*/
10198

10299
#![doc(html_root_url = "https://docs.rs/lazy_static/1.3.0")]

0 commit comments

Comments
 (0)