rust/library/alloc
León Orell Valerian Liehr 34ef194859
Rollup merge of #119434 - taiki-e:rc-is-dangling, r=Mark-Simulacrum
rc: Take *const T in is_dangling

It is not important which one is used since `is_dangling` does not access memory, but `*const` removes the needs of `*const T` -> `*mut T` casts in `from_raw_in`.
2024-01-03 16:08:25 +01:00
..
benches remove redundant imports 2023-12-10 10:56:22 +08:00
src Rollup merge of #119434 - taiki-e:rc-is-dangling, r=Mark-Simulacrum 2024-01-03 16:08:25 +01:00
tests Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco 2023-12-11 14:33:16 +00:00
Cargo.toml Rename `{collections=>alloc}{tests,benches}` 2023-11-26 12:04:56 +00:00