We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow
1 parent 5376f25 commit ab99539Copy full SHA for ab99539
src/lib.rs
@@ -4,8 +4,6 @@
4
#![deny(clippy::correctness)]
5
#![warn(clippy::nursery)]
6
#![warn(clippy::pedantic)]
7
-#![allow(clippy::missing_errors_doc)] // Not documenting
8
-#![allow(clippy::missing_panics_doc)] // Not documenting
9
#![allow(clippy::must_use_candidate)] // No idea what it means
10
#![allow(clippy::unreadable_literal)] // Only used for colors
11
#![warn(clippy::perf)]
0 commit comments