rust/library/core/src/slice
Matthias Krüger 24f797ed84
Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,Urgau
Add diagnostic items for Clippy

Clippy still uses some paths to access items from the standard library. Adding the missing diagnostic items allows removing the last remaining paths.

Closes rust-lang/rust-clippy#5393
2025-06-21 10:53:26 +02:00
..
iter rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
sort Rename cfg_match! to cfg_select! 2025-05-20 21:16:23 +00:00
ascii.rs Get rid of EscapeDebugInner. 2025-06-15 22:08:41 +02:00
cmp.rs Extend the chaining logic to slices too 2025-04-12 22:10:17 -07:00
index.rs Remove bootstrap cfgs from library/ 2025-06-02 10:19:58 -07:00
iter.rs Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay 2025-06-12 20:03:34 +02:00
memchr.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
mod.rs Rollup merge of #142331 - deven:trim_prefix_suffix, r=Amanieu 2025-06-20 13:35:58 -04:00
raw.rs Add diagnostic items for Clippy 2025-06-20 17:53:09 +02:00
rotate.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00