rust/library/core
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 Improve `isqrt` tests and add benchmarks 2024-08-28 23:06:54 -04:00
src Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors 2024-09-19 20:37:07 +02:00
tests Rollup merge of #128001 - Krappa322:master, r=scottmcm 2024-09-19 20:37:06 +02:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00