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

@ -2,6 +2,8 @@
//! Hints to compiler that affects how code should be emitted or optimized.
// ignore-tidy-undocumented-unsafe
use crate::intrinsics;
/// Informs the compiler that this point in the code is not reachable, enabling