about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-12-06 21:21:08 +0100
committerGitHub <noreply@github.com>2024-12-06 21:21:08 +0100
commitd210b91331766bf3a9ebbdb7ea1889440afc6b93 (patch)
treed6b9e73a622fbfb55f00833fa09d22f0e7c0fbe6 /compiler/rustc_parse/src/errors.rs
parent5d3a96346d820e5746ba0d7e0ba123349c4e79b5 (diff)
parent85230741c7232819a01c71d158a7b763c39aeaaa (diff)
downloadrust-d210b91331766bf3a9ebbdb7ea1889440afc6b93.tar.gz
rust-d210b91331766bf3a9ebbdb7ea1889440afc6b93.zip
Rollup merge of #133960 - jdonszelmann:remove-eq-on-attributes, r=notriddle
rustdoc: remove eq for clean::Attributes

This change removes the `PartialEq` and `Eq` implementations from `Attributes`. This implementation was not used, and whether the implementation is useful at all is questionable. I care about removing it, because I'm working #131229. While simplifying the representation of attributes, I intend to remove attr ids from attributes where possible. They're actually rarely useful. This piece of code uses them, but for no real reason, so I think simply removing the implementation makes most sense. Let me know if there are major objections to this.
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions