We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6cb51 commit de8c404Copy full SHA for de8c404
clippy_lints/src/casts/mod.rs
@@ -71,7 +71,7 @@ declare_clippy_lint! {
71
/// ### Example
72
/// ```no_run
73
/// let y: i8 = -1;
74
- /// y as u128; // will return 18446744073709551615
+ /// y as u64; // will return 18446744073709551615
75
/// ```
76
#[clippy::version = "pre 1.29.0"]
77
pub CAST_SIGN_LOSS,
0 commit comments