Skip to content

Commit 0ba45a9

Browse files
committed
cargo fmt
1 parent f4b2096 commit 0ba45a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/mistyped_literal_suffix.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#![allow(dead_code, unused_variables, clippy::excessive_precision)]
44

5-
65
fn main() {
76
let fail14 = 2_32;
87
let fail15 = 4_64;

0 commit comments

Comments
 (0)