mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
f8428cf8d8
The as_ref method already has a Null-unchecked version section, its example is a modification of the example in the main as_ref section. Similarly the example in this commit is a modification of the example in main as_mut section.