Skip to content

Commit d724d96

Browse files
committed
Remove trailing whitespace
1 parent c14a771 commit d724d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/span/lint-unused-unsafe.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,5 +758,5 @@ mod additional_tests_extra {
758758
let _x: [(); unsafe { unsafe { size() } }] = []; //~ ERROR: unnecessary `unsafe` block
759759
}
760760

761-
const unsafe fn size() -> usize { 0 }
761+
const unsafe fn size() -> usize { 0 }
762762
}

0 commit comments

Comments
 (0)