Skip to content

Commit f2cdf30

Browse files
committed
Rollup merge of rust-lang#30419 - shepmaster:rogue-I, r=alexcrichton
r? @steveklabnik
2 parents f815075 + 936149f commit f2cdf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ explanatory comments for the same example:
13371337
13381338
// `for`-loops use a protocol based on the `Iterator`
13391339
// trait. Each item yielded in a `for` loop has the
1340-
// type `Iterator::Item` -- that is,I `Item` is the
1340+
// type `Iterator::Item` -- that is, `Item` is the
13411341
// associated type of the concrete iterator impl.
13421342
for v in &vs {
13431343
// ~ ~~~

0 commit comments

Comments
 (0)