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 00c84eb commit a156158Copy full SHA for a156158
src/lib.rs
@@ -1,5 +1,5 @@
1
#![cfg_attr(feature = "nightly", feature(specialization))]
2
-#![cfg_attr(docsrs, feature(doc_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
3
#![cfg_attr(
4
docsrs, // rustdoc:: is not supported on msrv
5
deny(
0 commit comments