Skip to content

Commit

Permalink
rust: remove allow of static mutables
Browse files Browse the repository at this point in the history
Ticket: OISF#7417
  • Loading branch information
jasonish committed Feb 24, 2025
1 parent 3bc2a14 commit a397122
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
// example static_mut_refs.
#![allow(unknown_lints)]

// Allow for now, but need to be fixed.
#![allow(static_mut_refs)]

#[macro_use]
extern crate bitflags;
extern crate byteorder;
Expand Down

0 comments on commit a397122

Please sign in to comment.