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.
2 parents 2719b90 + f121d02 commit a9bdbe3Copy full SHA for a9bdbe3
src/lib.rs
@@ -23,7 +23,7 @@
23
)
24
)]
25
#![warn(missing_docs)]
26
-#![allow(clippy::module_name_repetitions)]
+#![allow(clippy::module_name_repetitions, clippy::doc_markdown)]
27
#![warn(rust_2018_idioms)]
28
29
#[cfg(test)]
0 commit comments