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. |
||
|---|---|---|
| .. | ||
| builtin_type_shadow.rs | ||
| double_neg.rs | ||
| literal_suffix.rs | ||
| mixed_case_hex_literals.rs | ||
| mod.rs | ||
| redundant_at_rest_pattern.rs | ||
| redundant_pattern.rs | ||
| unneeded_field_pattern.rs | ||
| unneeded_wildcard_pattern.rs | ||
| zero_prefixed_literal.rs | ||