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 2299375 commit 09cc874Copy full SHA for 09cc874
Cargo.toml
@@ -62,4 +62,4 @@ log = "0.4.18"
62
wasm-bindgen = ["futures-timer/wasm-bindgen", "instant/wasm-bindgen"]
63
64
[package.metadata.docs.rs]
65
-rustdoc-args = ["--cfg", "docs_rs"]
+rustdoc-args = ["--cfg", "docsrs"]
src/lib.rs
@@ -1,4 +1,4 @@
1
-#![cfg_attr(docs_rs, feature(doc_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
2
#![doc = include_str!("../README.md")]
3
4
use std::sync::Arc;
0 commit comments