Skip to content

Commit 504c832

Browse files
Comply with linter
1 parent c975e16 commit 504c832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/codegen/issue-97217.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
pub fn issue97217() -> i32 {
1010
// drop_in_place should be inlined and never appear
1111
// CHECK-NOT: drop_in_place
12-
12+
1313
// __rust_alloc should be optimized out
1414
// CHECK-NOT: __rust_alloc
15-
15+
1616
let v1 = vec![5, 6, 7];
1717
let v1_iter = v1.iter();
1818
let total: i32 = v1_iter.sum();

0 commit comments

Comments
 (0)