Skip to content

Commit 3ba4e56

Browse files
committed
Fix clippy
1 parent 2b89b03 commit 3ba4e56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
#![allow(
2727
clippy::doc_markdown,
2828
clippy::module_name_repetitions,
29-
clippy::must_use_candidate
29+
clippy::must_use_candidate,
30+
clippy::option_if_let_else,
3031
)]
3132
#![warn(missing_docs)]
3233
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)