commit | 65fb5664a8f21631f61a36c18c47a679ff29e1e0 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun May 20 20:02:28 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun May 20 20:02:28 2018 -0700 |
tree | 712fcf9c4c80ae994f635fe42fb14df2d2b9d2fc | |
parent | 34071ba2468722fb6d901ef99212ba8f3e8018fc [diff] [blame] |
Format with rustfmt 0.7.0
diff --git a/tests/test_precedence.rs b/tests/test_precedence.rs index 1c4814d..1066b92 100644 --- a/tests/test_precedence.rs +++ b/tests/test_precedence.rs
@@ -110,7 +110,8 @@ } // Our version of `libsyntax` can't parse this tests - if path.to_str() + if path + .to_str() .unwrap() .ends_with("optional_comma_in_match_arm.rs") {