We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0087610 commit b986487Copy full SHA for b986487
honeycomb-core/src/lib.rs
@@ -18,6 +18,7 @@
18
// ------ CUSTOM LINTS
19
20
// --- enable doc_auto_cfg feature if compiling in nightly
21
+#![allow(unexpected_cfgs)]
22
#![cfg_attr(nightly, feature(doc_auto_cfg))]
23
// --- some though love for the code
24
#![warn(missing_docs)]
0 commit comments