]> git.lizzy.rs Git - rust.git/commit
Store a `Symbol` instead of an `Ident` in `AssocItem`
authorAaron Hill <aa1ronham@gmail.com>
Thu, 13 Jan 2022 02:15:51 +0000 (21:15 -0500)
committerAaron Hill <aa1ronham@gmail.com>
Wed, 19 Jan 2022 22:13:21 +0000 (17:13 -0500)
commita35c1e7c84178233a0123aecdb22e625554134ff
tree0e461aa3b5dff94a22840d3758de5a4bbb253690
parent5a25c0e6e95fb8dc7138b9028c8c76698b637449
Store a `Symbol` instead of an `Ident` in `AssocItem`

This is the same idea as #92533, but for `AssocItem` instead
of `VariantDef`/`FieldDef`.

With this change, we no longer have any uses of
`#[stable_hasher(project(...))]`
clippy_lints/src/same_name_method.rs