mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 21:06:15 +00:00
remove must_use from <*const T>::expose_provenance `<*mut T>::expose_provenance` does not have this attribute, and in fact the function is documented to have a side-effect, so there are perfectly legitimate use-cases where the return value would be ignored.