From bf0325cb277d723c78227ba73b4a0b1269751853 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 22 Sep 2016 15:02:50 +0200 Subject: [PATCH] Allow improper_ctypes in atom_macro. We're ignoring these thousands of warnings anyway. --- ports/geckolib/string_cache/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/geckolib/string_cache/lib.rs b/ports/geckolib/string_cache/lib.rs index 3515331c174..69f31d986e9 100644 --- a/ports/geckolib/string_cache/lib.rs +++ b/ports/geckolib/string_cache/lib.rs @@ -28,6 +28,7 @@ use std::ops::Deref; use std::slice; #[macro_use] +#[allow(improper_ctypes)] pub mod atom_macro; pub mod namespace;