rust/library/core
León Orell Valerian Liehr ffa96fe451
Rollup merge of #138353 - RalfJung:expose-provenance-must-use, r=ibraheemdev
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.
2025-03-14 17:26:20 +01:00
..
src Rollup merge of #138353 - RalfJung:expose-provenance-must-use, r=ibraheemdev 2025-03-14 17:26:20 +01:00
Cargo.toml Migrate core to Rust 2024 2025-03-11 09:46:34 -07:00