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.
1 parent 2719b90 commit f121d02Copy full SHA for f121d02
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