We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b2096 commit 0ba45a9Copy full SHA for 0ba45a9
tests/ui/mistyped_literal_suffix.rs
@@ -2,7 +2,6 @@
2
3
#![allow(dead_code, unused_variables, clippy::excessive_precision)]
4
5
-
6
fn main() {
7
let fail14 = 2_32;
8
let fail15 = 4_64;
0 commit comments