]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #80750 - GuillaumeGomez:cleanup-to_string, r=lzutao
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 7 Jan 2021 17:06:14 +0000 (02:06 +0900)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 17:06:14 +0000 (02:06 +0900)
commitfd7f2443f1fed7433d8e887dad85b7616267eabf
treee0f704956bca2b96abdc1e3e21342b32f124b501
parent6fb79245e8c7491469ce1904b585fabc1d3e6566
parent7bc22e96d38828070ac7bf60dbc41e2455422af4
Rollup merge of #80750 - GuillaumeGomez:cleanup-to_string, r=lzutao

Don't use to_string on Symbol in rustc_passes/check_attr.rs

Improve code from #80686.

r? ``@lzutao``