Skip to content

Commit

Permalink
Relax checks on unused imports
Browse files Browse the repository at this point in the history
This is definitely worth a warning but should not make builds fail for
users. In CI builds warnings are denied by default and so this will be
sorted out there before integrating changes.

See issue #169 for more details.
  • Loading branch information
sirhcel committed Mar 28, 2024
1 parent 97f8fcc commit e4e6c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
missing_docs,
missing_debug_implementations,
missing_copy_implementations,
unused
)]
// Document feature-gated elements on docs.rs. See
// https://doc.rust-lang.org/rustdoc/unstable-features.html?highlight=doc(cfg#doccfg-recording-what-platforms-or-features-are-required-for-code-to-be-present
Expand Down

0 comments on commit e4e6c01

Please sign in to comment.