library: Add allow(unused_assignments)
to custom MIR doctest
The lint is not yet reported due to span issues, but will be reported later.
This commit is contained in:
parent
6bc08a725f
commit
deecbd80cd
@ -65,6 +65,7 @@
|
||||
//! ```rust
|
||||
//! #![feature(core_intrinsics, custom_mir)]
|
||||
//! #![allow(internal_features)]
|
||||
//! #![allow(unused_assignments)]
|
||||
//!
|
||||
//! use core::intrinsics::mir::*;
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user