Skip to content

Commit ab99539

Browse files
committed
chore: remove clippy allow rules about documentation
This is basically make these rules to `warn` because they are in the `pedantic` group and `pedantic` group is set to `warn`
1 parent 5376f25 commit ab99539

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#![deny(clippy::correctness)]
55
#![warn(clippy::nursery)]
66
#![warn(clippy::pedantic)]
7-
#![allow(clippy::missing_errors_doc)] // Not documenting
8-
#![allow(clippy::missing_panics_doc)] // Not documenting
97
#![allow(clippy::must_use_candidate)] // No idea what it means
108
#![allow(clippy::unreadable_literal)] // Only used for colors
119
#![warn(clippy::perf)]

0 commit comments

Comments
 (0)