We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6304212 commit 15db489Copy full SHA for 15db489
src/lib.rs
@@ -12,7 +12,9 @@
12
clippy::enum_glob_use,
13
// We should consider enabling it someday.
14
// This would help users understand that the function returns a value instead of producing side effects.
15
- clippy::must_use_candidate
+ clippy::must_use_candidate,
16
+ // semantics
17
+ clippy::manual_assert
18
)]
19
20
//! <div align="center">
0 commit comments