mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
df74b70b9e
Fix the docs for pointer method with_metadata_of
The name of the argument to `{*const T, *mut T}::with_metadata_of` was changed from `val` to `meta` recently, but the docs weren't updated to match.
Relevant pull request: #103701