Skip to content

Commit a9bdbe3

Browse files
committed
Auto merge of #121 - Amanieu:fix_ci3, r=Amanieu
Allow clippy::doc_markdown
2 parents 2719b90 + f121d02 commit a9bdbe3

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)