summary refs log tree commit diff
path: root/library/core/src/ptr/unique.rs
AgeCommit message (Expand)AuthorLines
2021-10-31Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to mem/ptr functionsJohn Kugelman-0/+1
2021-10-18Make more `From` impls `const`woppopo-1/+1
2021-10-11Add #[must_use] to as_type conversionsJohn Kugelman-0/+2
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-0/+2
2020-09-08Remove a stray ignore-tidy-undocumented-unsafemoonheart08-2/+0
2020-07-27mv std libs to library/mark-0/+183