We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[deny(missing_docs)]
1 parent 65dd65b commit d00da87Copy full SHA for d00da87
src/lib.rs
@@ -6,6 +6,7 @@
6
future_incompatible,
7
keyword_idents,
8
let_underscore,
9
+ missing_docs,
10
nonstandard_style,
11
unused,
12
// clippy lints:
0 commit comments