Skip to content

Commit

Permalink
Allow unknown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Aug 2, 2024
1 parent 17f488c commit fb876e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rb-sys-test-helpers/src/ruby_test_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ impl Drop for RubyTestExecutor {
}

pub fn global_executor() -> &'static RubyTestExecutor {
#[allow(unknown_lints)]
#[allow(static_mut_refs)]
unsafe { &GLOBAL_EXECUTOR }.get_or_init(RubyTestExecutor::start)
}
Expand Down

0 comments on commit fb876e0

Please sign in to comment.