aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/egl/gl_glue.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/servoshell/egl/gl_glue.rs')
-rw-r--r--ports/servoshell/egl/gl_glue.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/servoshell/egl/gl_glue.rs b/ports/servoshell/egl/gl_glue.rs
index 78a44592c7a..e0c9a3c564c 100644
--- a/ports/servoshell/egl/gl_glue.rs
+++ b/ports/servoshell/egl/gl_glue.rs
@@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
#![allow(non_camel_case_types)]
+#![allow(unused_imports)]
pub type ServoGl = std::rc::Rc<dyn servo::gl::Gl>;