mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 17:55:31 +00:00
Link to correct `as_mut` in docs for `pointer::as_ref` It previously linked to the unstable const-mut-cast method instead of the `mut` counterpart for `as_ref`. Closes #96327