Skip to content

Commit 15db489

Browse files
committed
Disable clippy::manual_assert
1 parent 6304212 commit 15db489

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
clippy::enum_glob_use,
1313
// We should consider enabling it someday.
1414
// This would help users understand that the function returns a value instead of producing side effects.
15-
clippy::must_use_candidate
15+
clippy::must_use_candidate,
16+
// semantics
17+
clippy::manual_assert
1618
)]
1719

1820
//! <div align="center">

0 commit comments

Comments
 (0)