Closed
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?