rust/library/core/src/slice
Matthias Krüger 8f7af88b33
Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez
Clean and enable `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`

I am not sure if the lint is supposed to be "ready enough" (since it is `allow` by default), but it does catch a couple issues in `core` (`alloc`, `std`, `test` and `proc_macro` are already clean), so I propose making it `warn` in all the crates rendered in the website.

Cc: `@GuillaumeGomez`
2024-07-29 11:42:35 +02:00
..
iter Shrink some slice iterator MIR 2024-06-19 21:35:37 -07:00
sort Reformat use declarations. 2024-07-29 08:26:52 +10:00
ascii.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
cmp.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
index.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
iter.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
memchr.rs Use usize::repeat_u8 instead of implementing repeat_byte in memchr.rs 2023-11-26 12:27:56 +00:00
mod.rs Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez 2024-07-29 11:42:35 +02:00
raw.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
rotate.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00