We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f6291 commit 88994b2Copy full SHA for 88994b2
src/lib.rs
@@ -90,13 +90,10 @@ The `Deref` implementation uses a hidden static variable that is guarded by an a
90
91
# Cargo features
92
93
-This crate provides two cargo features:
+This crate provides one cargo feature:
94
95
- `spin_no_std`: This allows using this crate in a no-std environment, by depending on the standalone `spin` crate.
96
97
-Both features depend on unstable language features, which means
98
-no guarantees can be made about them in regard to SemVer stability.
99
-
100
*/
101
102
#![doc(html_root_url = "https://docs.rs/lazy_static/1.3.0")]
0 commit comments