]> git.lizzy.rs Git - rust.git/commitdiff
Remove trailing white space
authorJacob <jacob@yola.com>
Wed, 17 Aug 2016 17:21:15 +0000 (10:21 -0700)
committerJacob <jacob@yola.com>
Wed, 17 Aug 2016 17:21:15 +0000 (10:21 -0700)
src/test/compile-fail/E0009.rs

index 4ce3b72e449df5c1a613eeb461ae3ded1901746e..767fc0cc5dc07eb29abc9ba6ce6a83f8231df6a8 100644 (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