We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d88818d + de8c404 commit f5d81a3Copy full SHA for f5d81a3
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