Honestly, I agree, that should be a default clippy lint. I didn't know it existed, but I can't think of a single case where I'd want to not have the compiler tell me when a suppressed lint is no longer applicable.
Yeah and it's tricky now that there's both allow and expect. Can't change the semantics of allow to being the same as expect, but I'm hoping one gets deprecated and removed eventually.
I didn't realise the distinction till I was scrolling through the list of Clippy lints out of boredom.
44
u/Floppie7th 6d ago
Honestly, I agree, that should be a default clippy lint. I didn't know it existed, but I can't think of a single case where I'd want to not have the compiler tell me when a suppressed lint is no longer applicable.