Skip to content

Commit

Permalink
fix: allow unexpected_cfgs for custom doc macro
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Jul 31, 2024
1 parent deb6b5b commit 322cfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integraal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// --- CUSTOM LINTS

// if compiling using nightly, enable auto feature-gates documentation
#![allow(unexpected_cfgs)]
#![cfg_attr(nightly, feature(doc_auto_cfg))]
// more lints
#![warn(clippy::pedantic)]
Expand Down

0 comments on commit 322cfaa

Please sign in to comment.