mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
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.
|
||||
//
|
||||
// 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user