rust/tests
Joe Richey c6a91df838
Enable empty_loop lint for no_std crates
We skip the lint if the `loop {}` is in the `#[panic_handler]` as the
main recommendation we give is to panic, which obviously isn't
possible in a panic handler.

Signed-off-by: Joe Richey <joerichey@google.com>
2020-11-08 12:38:10 +01:00
..
auxiliary
cargo
ui Enable empty_loop lint for no_std crates 2020-11-08 12:38:10 +01:00
ui-cargo Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup 2020-10-23 22:16:59 +02:00
ui-toml Add large_types_passed_by_value lint 2020-10-24 14:46:56 -03:00
compile-test.rs
dogfood.rs
fmt.rs
integration.rs
missing-test-files.rs
versioncheck.rs