Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Nicholas Nethercote
|
e6b3e20243
|
Remove extern crate rustc_session from rustc_lint.
|
2024-04-29 13:57:41 +10:00 |
|
Nicholas Nethercote
|
1881bfaa2b
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11:00 |
|
yukang
|
b3af5e2f8b
|
Fix #109152, fix the scenario that we may can not get span of func
|
2023-03-15 14:07:39 +08:00 |
|
Obei Sideg
|
a87443a859
|
Emit map_unit_fn lint in closure case
|
2023-02-23 13:57:13 +03:00 |
|
Obei Sideg
|
a914f37409
|
Add lint against Iterator::map receiving a callable that returns ()
|
2023-02-23 13:57:06 +03:00 |
|