rust/library/core
Matthias Krüger f60a174c2d
Rollup merge of #111408 - TomMD:patch-1, r=workingjubilee
Fix incorrect implication of transmuting slices

transmute<&[u8]> would be useful and as a beginner it is confusing to see documents casually confuse the types of &[u8] and [u8; SZ]
2023-05-10 06:12:15 +02:00
..
benches Add shortcut for Grisu3 algorithm. 2023-04-25 11:34:57 +08:00
primitive_docs
src Rollup merge of #111408 - TomMD:patch-1, r=workingjubilee 2023-05-10 06:12:15 +02:00
tests Stabilize const_ptr_read 2023-05-05 20:36:21 +02:00
Cargo.toml