We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be30b1b commit a01f25dCopy full SHA for a01f25d
src/lib.rs
@@ -1,7 +1,6 @@
1
//! > DESCRIPTION
2
3
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
4
-#![warn(missing_docs)]
5
#![warn(clippy::print_stderr)]
6
#![warn(clippy::print_stdout)]
7
#![allow(non_snake_case)] // TODO: Delete me
0 commit comments