1
Fork 0

Have tidy ensure that we document all unsafe blocks in libcore

This commit is contained in:
Oliver Scherer 2019-08-21 19:56:46 +02:00
parent e8b190ac4a
commit 02f9167f94
41 changed files with 137 additions and 5 deletions

View file

@ -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;