Skip to content

Commit 342b406

Browse files
authored
Rollup merge of #76493 - moonheart08:unique-quick, r=jyn514
Remove a stray ignore-tidy-undocumented-unsafe There were no undocumented unsafe blocks in the file. This shouldn't require any special review.
2 parents 0d20cf8 + 0aaf56f commit 342b406

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/ptr/unique.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ use crate::marker::{PhantomData, Unsize};
44
use crate::mem;
55
use crate::ops::{CoerceUnsized, DispatchFromDyn};
66

7-
// ignore-tidy-undocumented-unsafe
8-
97
/// A wrapper around a raw non-null `*mut T` that indicates that the possessor
108
/// of this wrapper owns the referent. Useful for building abstractions like
119
/// `Box<T>`, `Vec<T>`, `String`, and `HashMap<K, V>`.

0 commit comments

Comments
 (0)