]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelid
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 18 Jan 2022 03:42:08 +0000 (04:42 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 03:42:08 +0000 (04:42 +0100)
commit71e5bfed706616ed85efe57244db95cc358716ad
tree4fde2f2ae419ff8153fe7149b04449799dba5d52
parentb05be976eff3829e91fcaa05e0e1a6da0c6ea4f2
parent47de5b45beafbf95acaaf18a92b0a731e8b3e383
Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelid

rustdoc: Use `intersperse` in a `visit_path` function

(~~Is there a better way to word the title?~~ Eh, this works, I guess.)
I'm surprised that the compiler didn't complain when I left out the `.to_string()`, but hey, if it works then it works.
src/librustdoc/core.rs