mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:26:37 +00:00
Fix `ptr::from_ref` documentation example comment The comment says that the expression involves no function call, but that was only true for the example above, the example here _does_ contain a function call. ``@rustbot`` label A-docs