Skip to content

Commit b986487

Browse files
committed
fix: add a temporary exception for a new lint
ref: rust-lang/rust#82450 there will probably be a cleaner fix at some point (or even a change in how the nightly cfg is implemented)
1 parent 0087610 commit b986487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

honeycomb-core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// ------ CUSTOM LINTS
1919

2020
// --- enable doc_auto_cfg feature if compiling in nightly
21+
#![allow(unexpected_cfgs)]
2122
#![cfg_attr(nightly, feature(doc_auto_cfg))]
2223
// --- some though love for the code
2324
#![warn(missing_docs)]

0 commit comments

Comments
 (0)