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:
Vadim Petrochenkov
2023-12-26 16:30:31 +03:00
parent 6bc08a725f
commit deecbd80cd
+1
View File
@@ -65,6 +65,7 @@
//! ```rust
//! #![feature(core_intrinsics, custom_mir)]
//! #![allow(internal_features)]
//! #![allow(unused_assignments)]
//!
//! use core::intrinsics::mir::*;
//!