diff options
Diffstat (limited to 'components/style/gecko_bindings/mod.rs')
-rw-r--r-- | components/style/gecko_bindings/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/gecko_bindings/mod.rs b/components/style/gecko_bindings/mod.rs index 877af7b6ca9..7201bdb2668 100644 --- a/components/style/gecko_bindings/mod.rs +++ b/components/style/gecko_bindings/mod.rs @@ -4,7 +4,6 @@ #[allow(dead_code, improper_ctypes, non_camel_case_types)] pub mod bindings; -pub mod ptr; // FIXME: We allow `improper_ctypes` (for now), because the lint doesn't allow // foreign structs to have `PhantomData`. We should remove this once the lint |