We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd632cb commit 5acf245Copy full SHA for 5acf245
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "lazy_static"
3
# NB: When modifying, also modify html_root_url in lib.rs
4
-version = "0.2.10"
+version = "0.2.11"
5
authors = ["Marvin Löbel <[email protected]>"]
6
license = "MIT/Apache-2.0"
7
src/lib.rs
@@ -93,7 +93,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
93
#![cfg_attr(feature="spin_no_std", feature(const_fn))]
94
#![cfg_attr(feature="nightly", feature(unreachable))]
95
96
-#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.10")]
+#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.11")]
97
#![no_std]
98
99
#[cfg(not(feature="nightly"))]
0 commit comments