diff options
| author | Felix Chapman <aelred717@gmail.com> | 2018-12-10 15:05:54 +0000 |
|---|---|---|
| committer | Felix Chapman <aelred717@gmail.com> | 2018-12-10 15:05:54 +0000 |
| commit | 3246f495d0c52549ca2f3722a915360518f0c062 (patch) | |
| tree | 515f9645bdcceb914885d535caf693e84b69f2c0 | |
| parent | ecc4ca54a4c7b1c436c466357877336c1df781cd (diff) | |
| download | rust-3246f495d0c52549ca2f3722a915360518f0c062.tar.gz rust-3246f495d0c52549ca2f3722a915360518f0c062.zip | |
Add trailing newline
| -rw-r--r-- | src/test/compile-fail/must_use-in-stdlib-traits.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/must_use-in-stdlib-traits.rs b/src/test/compile-fail/must_use-in-stdlib-traits.rs index ddbe8071e4c..4bb5c59722a 100644 --- a/src/test/compile-fail/must_use-in-stdlib-traits.rs +++ b/src/test/compile-fail/must_use-in-stdlib-traits.rs @@ -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 -} \ No newline at end of file +} |
