mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
ffa96fe451
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.