Matthias Krüger 78490ada7c
Rollup merge of #110513 - Ezrashaw:fix-trait-const-name-lint, r=compiler-errors
make `non_upper_case_globals` lint not report trait impls

We should not lint on trait `impl`s for `non_upper_case_globals`; the user doesn't have control over the name. This brings `non_upper_case_globals` into consistency with other `nonstandard_style` lints.
2023-04-19 06:35:36 +02:00
..
2023-04-17 09:16:07 +02:00
2023-04-16 23:09:57 +00:00
2023-04-17 02:57:23 +00:00
2023-04-17 16:09:18 -04:00