Remove trailing white space

This commit is contained in:
Jacob
2016-08-17 10:21:15 -07:00
parent 7675e4b514
commit d01bfb122e
+1 -1
View File
@@ -12,7 +12,7 @@ fn main() {
struct X { x: (), }
let x = Some((X { x: () }, X { x: () }));
match x {
Some((y, ref z)) => {},
Some((y, ref z)) => {},
//~^ ERROR E0009
//~| NOTE by-move pattern here
//~| NOTE both by-ref and by-move used