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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue