]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #86886 - jyn514:no-clean-symbol, r=GuillaumeGomez
authorYuki Okushi <jtitor@2k36.org>
Mon, 5 Jul 2021 17:33:18 +0000 (02:33 +0900)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 17:33:18 +0000 (02:33 +0900)
commit952deae6af07cb3d5d19ac00dce4ebe23c88109d
tree9bcbef08ba7fd19a61fc9ad9d3c341da629ca9c1
parent973f208dfc9a8a75b7e4bafb886f49b8809acb9a
parent6f931da0f6abba92f4177e11407025e2b088da65
Rollup merge of #86886 - jyn514:no-clean-symbol, r=GuillaumeGomez

Remove `impl Clean for {Ident, Symbol}`

These were only used once, in a place where it was trivial to replace.
Also, it's unclear what 'clean' would mean for these, so it seems better
to be explicit.

Found while reviewing https://github.com/rust-lang/rust/pull/86841, which makes the same change to `build_macro`, so the two will conflict.

r? `@GuillaumeGomez`