From 936149fc25c2a94a7f1ed974765bb15565958c59 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Wed, 16 Dec 2015 13:25:33 -0500 Subject: [PATCH] Remove rogue I --- src/librustc/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index cde8e7a6d1e..6a5910074d9 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -1337,7 +1337,7 @@ fn foo(t: T) where T: Trait { // `for`-loops use a protocol based on the `Iterator` // trait. Each item yielded in a `for` loop has the - // type `Iterator::Item` -- that is,I `Item` is the + // type `Iterator::Item` -- that is, `Item` is the // associated type of the concrete iterator impl. for v in &vs { // ~ ~~~ -- 2.44.0