]> git.lizzy.rs Git - rust.git/commit
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)
commitd87bf2492572bc944ef1dd63306b9d388cf99bae
treeb829fc7bf70d96b5efcc30763a7bc7db4d370b9e
parentd712f67897854f96c1f92165c20fc3ed74d44fa2
parent3ac1a9b50d95fd2665069c512d2b09b6edfc554f
Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=GuillaumeGomez

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)