Skip to content

Commit

Permalink
fix: add a temporary exception for a new lint
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
imrn99 committed May 6, 2024
1 parent 0087610 commit b986487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions honeycomb-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
// ------ CUSTOM LINTS

// --- enable doc_auto_cfg feature if compiling in nightly
#![allow(unexpected_cfgs)]
#![cfg_attr(nightly, feature(doc_auto_cfg))]
// --- some though love for the code
#![warn(missing_docs)]
Expand Down

0 comments on commit b986487

Please sign in to comment.