We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d20cf8 + 0aaf56f commit 342b406Copy full SHA for 342b406
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