]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-impls...
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 15 Oct 2019 11:27:29 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2019 11:27:29 +0000 (13:27 +0200)
commitbc3e97a277778b37d28dbdf45ae5589b95586971
treece2a5b9a0ea9cba57b6a1e032436cd88b4d71bf7
parentd24c66fba39fe88ffc2a1755188a50c6781499f7
parent57d33b155f31ca8c9d17371416d085c66ab4e61c
Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-impls, r=petrochenkov

Remove custom `PartialEq` impls for `LocalInternedString`.

This is on-trend with the recent changes simplifying
`LocalInternedString` and reducing its use.

r? @petrochenkov
src/libsyntax/feature_gate/check.rs
src/libsyntax/parse/literal.rs
src/libsyntax_pos/symbol.rs