Dylan DPC 47fe1a3e1f
Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc
Mark internal functions and traits unsafe to reflect preconditions

No semantics are changed in this PR; I only mark some functions and and a trait `unsafe` which already had implicit preconditions. Although it seems somewhat redundant for `numfmt::Part::Copy` to contain a `&[u8]` instead of a `&str`, given that all of its current consumers ultimately expect valid UTF-8. Is the type also intended to work for byte-slice formatting in the future?
2023-05-23 00:32:18 +05:30
..
2023-04-16 06:49:27 +00:00
2023-04-12 19:27:18 +02:00
2023-05-15 15:04:45 +01:00
2023-05-15 10:13:08 +03:00
2023-04-27 15:56:57 +02:00
2023-05-03 15:47:11 +03:00
2023-05-03 22:09:33 -07:00
2023-05-10 19:36:01 +02:00
2023-04-29 19:04:16 +08:00