rust/library/alloc
Matthias Krüger 569153a432
Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors
[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.
2024-09-19 20:37:07 +02:00
..
benches Ban non-array SIMD 2024-09-09 19:39:43 -07:00
src Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors 2024-09-19 20:37:07 +02:00
tests stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
Cargo.toml Update compiler-builtins to 0.1.125 2024-09-05 09:31:17 -07:00