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.
clippy::manual_bits
as usize
1 parent ba15cdd commit 3bd0ac7Copy full SHA for 3bd0ac7
clippy_lints/src/manual_bits.rs
@@ -24,7 +24,7 @@ declare_clippy_lint! {
24
/// ```
25
/// Use instead:
26
/// ```rust
27
- /// usize::BITS;
+ /// usize::BITS as usize;
28
29
#[clippy::version = "1.60.0"]
30
pub MANUAL_BITS,
0 commit comments