Alex Macleod
|
1e1ac2b498
|
Return multiple resolutions from def_path_res
|
2022-11-04 21:58:07 +00:00 |
|
est31
|
f48d13f8d1
|
Replace manual let else patterns with let else
|
2022-10-11 00:12:16 +02:00 |
|
Alex Macleod
|
86c86c3742
|
Add disallowed_macros lint
|
2022-10-05 13:44:06 +00:00 |
|
Yuri Astrakhan
|
e67b2bf732
|
Apply uninlined_format-args to clippy_lints
This change is needed for the uninlined_format-args lint to be merged.
See https://github.com/rust-lang/rust-clippy/pull/9233
|
2022-09-23 13:42:59 -04:00 |
|
Alex Macleod
|
5730fd49fa
|
Lint indirect usages in disallowed_methods
|
2022-05-20 12:39:15 +00:00 |
|
Cameron Steffen
|
cc975929c5
|
Rename path_to_res to def_path_res
|
2022-01-28 15:45:41 -06:00 |
|
Alex Macleod
|
04eb27aeaf
|
Use method name from conf::DisallowedMethod
Since def_path_str returns e.g. "core::f32::<impl f32>::clamp" for
"f32::clamp"
|
2022-01-12 16:23:22 +00:00 |
|
Taiki Endo
|
5f143c603e
|
Warn disallowed_methods and disallowed_types by default
|
2022-01-11 02:17:14 +09:00 |
|
flip1995
|
9b38fb7b71
|
Also pluralize disallowed_method(s) lint
To stay consistent with the sister lint disallowed_type, also rename the
disallowed_method lint to disallowed_methods.
|
2021-11-18 17:37:06 +01:00 |
|