rust/clippy_lints/src/misc_early
Nicholas Nethercote e1ec2d5cc9 Minimize pub usage in source_map.rs.
Most notably, this commit changes the `pub use crate::*;` in that file
to `use crate::*;`. This requires a lot of `use` items in other crates
to be adjusted, because everything defined within `rustc_span::*` was
also available via `rustc_span::source_map::*`, which is bizarre.

The commit also removes `SourceMap::span_to_relative_line_string`, which
is unused.
2023-11-02 19:35:00 +11:00
..
builtin_type_shadow.rs Merge commit 'b71f340560' into clippyup 2021-05-06 12:20:44 +02:00
double_neg.rs Merge commit 'e181011378' into clippyup 2021-11-04 12:52:36 +00:00
literal_suffix.rs Use token::Lit in ast::ExprKind::Lit. 2022-11-16 09:41:28 +11:00
mixed_case_hex_literals.rs Merge commit '37f4c1725d' into clippyup 2023-07-02 14:59:02 +02:00
mod.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
redundant_at_rest_pattern.rs Merge commit '37f4c1725d' into clippyup 2023-07-02 14:59:02 +02:00
redundant_pattern.rs clippy: BindingAnnotation change 2022-09-02 13:03:11 -05:00
unneeded_field_pattern.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
unneeded_wildcard_pattern.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
zero_prefixed_literal.rs Use token::Lit in ast::ExprKind::Lit. 2022-11-16 09:41:28 +11:00