rust-clippy/tests/ui/crate_level_checks
dswij dcd1a16dd0 Add test for swap lint when no_std is present
Adds additional test to check for `swap` suggestion when `no_std` is present
2021-11-11 12:30:07 +08:00
..
entrypoint_recursion.rs Remove #[main] attribute. 2021-04-16 13:04:02 +08:00
entrypoint_recursion.stderr Move expression check to LateLintPass 2019-08-05 13:23:30 +02:00
no_std_main_recursion.rs Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
no_std_swap.rs Add test for swap lint when no_std is present 2021-11-11 12:30:07 +08:00
no_std_swap.stderr Add test for swap lint when no_std is present 2021-11-11 12:30:07 +08:00
std_main_recursion.rs Move expression check to LateLintPass 2019-08-05 13:23:30 +02:00
std_main_recursion.stderr Move expression check to LateLintPass 2019-08-05 13:23:30 +02:00