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.
doc_auto_cfg
doc_cfg
1 parent b529d75 commit 8fa6c6aCopy full SHA for 8fa6c6a
src/lib.rs
@@ -50,7 +50,8 @@
50
// Enable feature requirements in the docs from 1.57
51
// See https://stackoverflow.com/questions/61417452
52
// docs.rs defines `docsrs` when building documentation
53
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+// Since 1.92 `doc_auto_cfg` was merged into `doc_cfg`
54
+#![cfg_attr(docsrs, feature(doc_cfg))]
55
56
#[cfg(feature = "serialize")]
57
pub mod de;
0 commit comments