mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
569153a432
[Clippy] Get rid of most `std` `match_def_path` usage, swap to diagnostic items. Part of https://github.com/rust-lang/rust-clippy/issues/5393. This was going to remove all `std` paths, but `SeekFrom` has issues being cleanly replaced with a diagnostic item as the paths are for variants, which currently cannot be diagnostic items. This also, as a last step, categories the paths to help with future path removals. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |