YJIT: Allow then-unknown static_mut_refs on older Rusts [ci skip]

This commit is contained in:
Alan Wu 2024-12-12 18:52:51 -05:00
parent e11c86f43e
commit e7ee7d43f3

View File

@ -12,7 +12,9 @@
// check for re-entrance in one place.
//
// We're too close to release to do that, though, so disable the lint for now.
#![allow(unknown_lints)]
#![allow(static_mut_refs)]
#![warn(unknown_lints)]
pub mod asm;
mod backend;