This is how [the declaration of the Iterator trait looks in 1.27.1](https://doc.rust-lang.org/1.27.1/std/iter/trait.Iterator.html):  ...but this is how it looks in [1.28.0 (current stable)](https://doc.rust-lang.org/1.28.0/std/iter/trait.Iterator.html) as well as [nightly](https://doc.rust-lang.org/nightly/std/iter/trait.Iterator.html):  The colors are still present down in the method declarations, so it's only a problem in the type declarations:  cc @GuillaumeGomez