rust/library/std
Josh Stone e424e7fcaa Avoid extra cast()s after CStr::as_ptr()
These used to be `&str` literals that did need a pointer cast, but that
became a no-op after switching to `c""` literals in #118566.
2024-08-20 14:04:48 -07:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Avoid extra cast()s after CStr::as_ptr() 2024-08-20 14:04:48 -07:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
build.rs std float tests: special-case Miri in feature detection 2024-08-08 12:17:50 +02:00
Cargo.toml Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-Simulacrum 2024-08-14 05:05:51 +02:00