homersimpsons
|
522f3f901f
|
no_std_swap : Remove obsolete TODO from test
|
2021-12-01 09:43:35 +00:00 |
|
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 |
|
Charles Lew
|
696562d22d
|
Remove #[main] attribute.
|
2021-04-16 13:04:02 +08:00 |
|
Vadim Petrochenkov
|
c7264483e7
|
Remove attribute #[link_args]
|
2021-04-03 21:25:53 +03:00 |
|
flip1995
|
dabf599c90
|
Ignore no_std-test on windows and macos
|
2019-08-05 17:53:55 +02:00 |
|
Vincent Dal Maso
|
77b21b644f
|
Move expression check to LateLintPass
Changes:
- Move from EarlyLintPass
- Fix entrypoint check with function path def_id.
|
2019-08-05 13:23:30 +02:00 |
|
Vincent Dal Maso
|
4eab691db6
|
Add recursion check on main function
Changes:
- Add MainRecursion lint to clippy
- Check for no-std setup
fixes #333
|
2019-08-05 13:23:30 +02:00 |
|