diff --git a/rust/src/lib.rs b/rust/src/lib.rs index ad280a368d..bdf3d6b1c2 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -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;