Have tidy ensure that we document all unsafe
blocks in libcore
This commit is contained in:
parent
e8b190ac4a
commit
02f9167f94
41 changed files with 137 additions and 5 deletions
|
@ -61,6 +61,8 @@
|
|||
//! [`write_volatile`]: ./fn.write_volatile.html
|
||||
//! [`NonNull::dangling`]: ./struct.NonNull.html#method.dangling
|
||||
|
||||
// ignore-tidy-undocumented-unsafe
|
||||
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
|
||||
use crate::intrinsics;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue