-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
C-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.I-cleanupNo impact; the issue is one of maintainability or tidiness.No impact; the issue is one of maintainability or tidiness.
Description
To prevent dangling #[allow(unsafe_code)]s or #[allow(unused)] from existing, it might be good to replace these with #[expect(...)]. This will throw a warning if the lint does not apply. This is most applicable to unused, dead_code, and unsafe_code, but other lints also should be migrated to expect.
TimvdLippe, simonwuelker and WaterWhisperer
Metadata
Metadata
Assignees
Labels
C-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.I-cleanupNo impact; the issue is one of maintainability or tidiness.No impact; the issue is one of maintainability or tidiness.