rust-derivative icon indicating copy to clipboard operation
rust-derivative copied to clipboard

Error on `#[derivative(PartialEq="ignore")]` but no corresponding `#[derivative(Hash="ignore")]`

Open mcarton opened this issue 9 years ago • 0 comments

We should make it an error to use

    #[derivative(PartialEq="ignore")]

on a field without a corresponding

    #[derivative(Hash="ignore")]

mcarton avatar Oct 18 '16 22:10 mcarton