YJIT: Allow then-unknown static_mut_refs
on older Rusts [ci skip]
This commit is contained in:
parent
e11c86f43e
commit
e7ee7d43f3
@ -12,7 +12,9 @@
|
|||||||
// check for re-entrance in one place.
|
// check for re-entrance in one place.
|
||||||
//
|
//
|
||||||
// We're too close to release to do that, though, so disable the lint for now.
|
// We're too close to release to do that, though, so disable the lint for now.
|
||||||
|
#![allow(unknown_lints)]
|
||||||
#![allow(static_mut_refs)]
|
#![allow(static_mut_refs)]
|
||||||
|
#![warn(unknown_lints)]
|
||||||
|
|
||||||
pub mod asm;
|
pub mod asm;
|
||||||
mod backend;
|
mod backend;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user