Skip to content

Commit

Permalink
Rollup merge of #133960 - jdonszelmann:remove-eq-on-attributes, r=not…
Browse files Browse the repository at this point in the history
…riddle

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.
  • Loading branch information
matthiaskrgr authored Dec 6, 2024
2 parents 3a4bd67 + fa65b86 commit d874cf6
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d874cf6

Please sign in to comment.