rust/library/core/src/ptr
Yuki Okushi c1bde6e4b6
Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett
Add #[must_use] to to_value conversions

`NonNull<T>::cast` snuck in when I wasn't looking. What a scamp!

Parent issue: #89692

r? ````@joshtriplett````
2021-10-13 21:55:13 +09:00
..
const_ptr.rs Fix typo in the ptr documentation 2021-08-05 22:50:56 -04:00
metadata.rs Fix a few misspellings. 2021-06-25 13:18:56 -07:00
mod.rs remove redundant / misplaced sentence from docs 2021-09-01 20:52:30 -07:00
mut_ptr.rs Fix typo in the ptr documentation 2021-08-05 22:50:56 -04:00
non_null.rs Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett 2021-10-13 21:55:13 +09:00
unique.rs Add #[must_use] to as_type conversions 2021-10-11 13:57:38 -04:00