]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=GuillaumeGomez
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 6 Jul 2022 18:43:25 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Jul 2022 18:43:25 +0000 (20:43 +0200)
rustdoc: filter '_ lifetimes from ty::Generics

Fixes a weirdly-rendered section of the std::string::String docs.

Before:

![image](https://user-images.githubusercontent.com/1593513/177256873-20b9cf6e-2429-4865-853b-b269d74672f4.png)

After:

![image](https://user-images.githubusercontent.com/1593513/177256900-ef3efd17-f624-40c5-af90-fe709ec034f2.png)


Trivial merge