We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8383257 commit 0aaf56fCopy full SHA for 0aaf56f
library/core/src/ptr/unique.rs
@@ -4,8 +4,6 @@ use crate::marker::{PhantomData, Unsize};
4
use crate::mem;
5
use crate::ops::{CoerceUnsized, DispatchFromDyn};
6
7
-// ignore-tidy-undocumented-unsafe
8
-
9
/// A wrapper around a raw non-null `*mut T` that indicates that the possessor
10
/// of this wrapper owns the referent. Useful for building abstractions like
11
/// `Box<T>`, `Vec<T>`, `String`, and `HashMap<K, V>`.
0 commit comments