Skip to content

Commit 09bc092

Browse files
authored
remove trailing whitespace
1 parent f11cf60 commit 09bc092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/for-loop-unconstrained-element-type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Test that `for` loops don't introduce artificial
1212
// constraints on the type of the binding (`i`).
1313
// Subtle changes in the desugaring can cause the
14-
// type of elements in the vector to (incorrectly)
14+
// type of elements in the vector to (incorrectly)
1515
// fallback to `!` or `()`.
1616

1717
fn main() {

0 commit comments

Comments
 (0)