Skip to content
Open
Changes from 15 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1778e5c
Allow `#[ignore(Trait)]` on field to ignore it when deriving `Trait`
nik-rev Oct 6, 2025
ddfbc79
Add line breaks
nik-rev Oct 6, 2025
dafa97c
Spelling mistake
nik-rev Oct 6, 2025
17f0fbb
Rename file
nik-rev Oct 6, 2025
62e14e6
Add number of this PR
nik-rev Oct 6, 2025
b7c85ff
Fix the `ignore` on `Ident` in wrong position
nik-rev Oct 6, 2025
0665175
Add extra backtick
nik-rev Oct 6, 2025
7fc3535
Clarify list
nik-rev Oct 6, 2025
8f64075
Remove incorrect sentence
nik-rev Oct 6, 2025
e82ad51
Simplify sentence
nik-rev Oct 6, 2025
fb519f0
Clarify that the span differs
nik-rev Oct 6, 2025
6dc5c61
Clarify possible bare `#[ignore]`
nik-rev Oct 6, 2025
d993eeb
Remove incorrectly placed `Clone`
nik-rev Oct 6, 2025
94c2230
Add `Ord` to the 2nd lint
nik-rev Oct 6, 2025
ea94f4a
Allow `#[ignore]` on enum variants
nik-rev Oct 6, 2025
d7d7e97
Fix spelling mistake
nik-rev Oct 7, 2025
6a9de59
Expand on existing valid forms of `#[ignore]` on fields
nik-rev Oct 7, 2025
a236ba6
Expand on span section
nik-rev Oct 7, 2025
99296f3
Require derive macros to support `ignore` attribute explicitly
nik-rev Oct 7, 2025
53bb22c
Add some prior art in existing crates
nik-rev Oct 7, 2025
2fe61b9
Mention that derive macros are required to opt-in to `ignore` in anot…
nik-rev Oct 7, 2025
738aaa0
Compiler is responsible for letting user know that a proc macro does …
nik-rev Oct 9, 2025
66d404d
Do not implement `StructuralPartialEq` always
nik-rev Oct 10, 2025
42d6a73
formatting: Remove line break
nik-rev Oct 10, 2025
f4c9ece
Fix copy-paste error
nik-rev Oct 10, 2025
7959d18
Temporarily remove accidentally added section
nik-rev Oct 10, 2025
9439d1f
Future possibility: `ignore` with arguments
nik-rev Oct 10, 2025
761ab52
Clarify when `PartialEq` is ignored
nik-rev Oct 10, 2025
9c45c6f
minor: Wording of title
nik-rev Oct 10, 2025
ea62fb3
Mention benefits for tooling (rustfmt, rust-analyzer)
nik-rev Oct 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading