Skip to content

Commit f121d02

Browse files
committed
Allow clippy::doc_markdown
1 parent 2719b90 commit f121d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
)
2424
)]
2525
#![warn(missing_docs)]
26-
#![allow(clippy::module_name_repetitions)]
26+
#![allow(clippy::module_name_repetitions, clippy::doc_markdown)]
2727
#![warn(rust_2018_idioms)]
2828

2929
#[cfg(test)]

0 commit comments

Comments
 (0)