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 4f5eea6 commit c0e05d8Copy full SHA for c0e05d8
src/lib.rs
@@ -27,8 +27,8 @@
27
// https://doc.rust-lang.org/rustdoc/unstable-features.html?highlight=doc(cfg#doccfg-recording-what-platforms-or-features-are-required-for-code-to-be-present
28
// and
29
// https://doc.rust-lang.org/rustdoc/unstable-features.html#doc_auto_cfg-automatically-generate-doccfg
30
-// for details.
31
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+// with its latest update https://github.com/rust-lang/rust/pull/138907 for details.
+#![cfg_attr(docsrs, feature(doc_cfg))]
32
// Don't worry about needing to `unwrap()` or otherwise handle some results in
33
// doc tests.
34
#![doc(test(attr(allow(unused_must_use))))]
0 commit comments