-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-lintArea: New lintsArea: New lintsC-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messages
Description
In embedded (or no_std) scenarios it is very common to use empty loops in diverging functions such as the #[entry]
function or panic handlers. Yet when using clippy we always have to work around the empty_loop
lint. Is there a way to disable this lint for no_std
applications where it does actually make sense to have it?
Metadata
Metadata
Assignees
Labels
A-lintArea: New lintsArea: New lintsC-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messages