Files
rust/library/core
Jubilee 57f64c67e0 Rollup merge of #132473 - ZhekaS:core_fmt_radix_no_panic, r=joboet
[core/fmt] Replace checked slice indexing by unchecked to support panic-free code

Fixes #126425

Replace the potentially panicking `[]` indexing with `get_unchecked()` to prevent linking with panic-related code.
2024-11-05 01:34:23 -08:00
..
2024-10-08 10:58:49 -04:00
2024-09-03 09:19:29 +02:00