Skip to content

Commit 3246f49

Browse files
committed
Add trailing newline
1 parent ecc4ca5 commit 3246f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/must_use-in-stdlib-traits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ fn main() {
4444
square_fn_once(); //~ ERROR unused implementer of `std::ops::FnOnce` that must be used
4545
square_fn_mut(); //~ ERROR unused implementer of `std::ops::FnMut` that must be used
4646
square_fn(); //~ ERROR unused implementer of `std::ops::Fn` that must be used
47-
}
47+
}

0 commit comments

Comments
 (0)