rust: remove allow of static mutables

As references to static mutables are highly discouraged, remove the
global suppressing of the compiler warning. Each use case can be
suppressed as needed.

Ticket: #7417
pull/12685/head
Jason Ish 4 days ago committed by Victor Julien
parent 4a2f10d235
commit c33bebd630

@ -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;

Loading…
Cancel
Save