Skip to content

Commit

Permalink
Add trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
aelred committed Dec 10, 2018
1 parent ecc4ca5 commit 3246f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/must_use-in-stdlib-traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ fn main() {
square_fn_once(); //~ ERROR unused implementer of `std::ops::FnOnce` that must be used
square_fn_mut(); //~ ERROR unused implementer of `std::ops::FnMut` that must be used
square_fn(); //~ ERROR unused implementer of `std::ops::Fn` that must be used
}
}

0 comments on commit 3246f49

Please sign in to comment.