about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2017-06-15 15:45:37 -0400
committerGitHub <noreply@github.com>2017-06-15 15:45:37 -0400
commit09bc09201ca02c9bdbcba1c72610209c3598bca1 (patch)
tree6a48b826e08558b0c151dba3d4f2e936cfb80871
parentf11cf60944eb52eaebae8f4b510a0e805c679958 (diff)
downloadrust-09bc09201ca02c9bdbcba1c72610209c3598bca1.tar.gz
rust-09bc09201ca02c9bdbcba1c72610209c3598bca1.zip
remove trailing whitespace
-rw-r--r--src/test/compile-fail/for-loop-unconstrained-element-type.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/for-loop-unconstrained-element-type.rs b/src/test/compile-fail/for-loop-unconstrained-element-type.rs
index dd09e4a79ec..fb5553166ba 100644
--- a/src/test/compile-fail/for-loop-unconstrained-element-type.rs
+++ b/src/test/compile-fail/for-loop-unconstrained-element-type.rs
@@ -11,7 +11,7 @@
 // Test that `for` loops don't introduce artificial
 // constraints on the type of the binding (`i`).
 // Subtle changes in the desugaring can cause the
-// type of elements in the vector to (incorrectly) 
+// type of elements in the vector to (incorrectly)
 // fallback to `!` or `()`.
 
 fn main() {