Skip to content

Commit

Permalink
Remove a stray ignore-tidy-undocumented-unsafe
Browse files Browse the repository at this point in the history
There were no undocumented unsafe blocks in the file.
  • Loading branch information
moonheart08 committed Sep 8, 2020
1 parent 8383257 commit 0aaf56f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/core/src/ptr/unique.rs
Expand Up @@ -4,8 +4,6 @@ use crate::marker::{PhantomData, Unsize};
use crate::mem;
use crate::ops::{CoerceUnsized, DispatchFromDyn};

// ignore-tidy-undocumented-unsafe

/// A wrapper around a raw non-null `*mut T` that indicates that the possessor
/// of this wrapper owns the referent. Useful for building abstractions like
/// `Box<T>`, `Vec<T>`, `String`, and `HashMap<K, V>`.
Expand Down

0 comments on commit 0aaf56f

Please sign in to comment.