Taiki Endo 2c23c06c32 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`.
2023-12-30 16:28:00 +09:00
..
2023-12-10 10:56:22 +08:00
2023-12-30 16:28:00 +09:00