remove trailing whitespace

This commit is contained in:
Niko Matsakis 2017-06-15 15:45:37 -04:00 committed by GitHub
parent f11cf60944
commit 09bc09201c

View file

@ -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() {