From 0ea3103510d76f48ec8dd452bfc91a4d090b05d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCtting?= Date: Thu, 21 Mar 2019 01:30:32 +0100 Subject: [PATCH 1/2] Fix typo in lib.rs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index ac0cf8a..cc51c14 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -90,11 +90,11 @@ The `Deref` implementation uses a hidden static variable that is guarded by an a # Cargo features -This crate provides two cargo features: +This crate provides one cargo feature: - `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 +This feature depends on unstable language features, which means no guarantees can be made about them in regard to SemVer stability. */ From 5a7a4c82ae712480b3d3f0889de2a851b35050d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCtting?= Date: Thu, 21 Mar 2019 01:55:45 +0100 Subject: [PATCH 2/2] Update lib.rs --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index cc51c14..8138848 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -94,9 +94,6 @@ This crate provides one cargo feature: - `spin_no_std`: This allows using this crate in a no-std environment, by depending on the standalone `spin` crate. -This feature depends on unstable language features, which means -no guarantees can be made about them in regard to SemVer stability. - */ #![doc(html_root_url = "https://docs.rs/lazy_static/1.3.0")]