Skip to content

Commit 28fab73

Browse files
committed
Fix a rustfmt error
1 parent 1434cf3 commit 28fab73

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
@@ -27,7 +27,7 @@
2727
clippy::doc_markdown,
2828
clippy::module_name_repetitions,
2929
clippy::must_use_candidate,
30-
clippy::option_if_let_else,
30+
clippy::option_if_let_else
3131
)]
3232
#![warn(missing_docs)]
3333
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)