mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
34ef194859
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`. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |