From 09bc09201ca02c9bdbcba1c72610209c3598bca1 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 15 Jun 2017 15:45:37 -0400 Subject: [PATCH] remove trailing whitespace --- src/test/compile-fail/for-loop-unconstrained-element-type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dd09e4a79ecd..fb5553166baf 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() {