We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc_auto_cfg
doc_cfg
1 parent 3ed1d13 commit 31c589aCopy full SHA for 31c589a
1 file changed
src/lib.rs
@@ -75,7 +75,7 @@
75
#![deny(rustdoc::private_intra_doc_links)]
76
#![allow(bare_trait_objects)]
77
#![allow(ellipsis_inclusive_range_patterns)]
78
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
79
80
mod balance;
81
mod builder;
0 commit comments