Skip to content

Commit

Permalink
Fix Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddushime committed Mar 19, 2024
1 parent 62aa22f commit 264c27d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion components/script/dom/webgl2renderingcontext.rs
Expand Up @@ -14,7 +14,6 @@ use canvas_traits::webgl::{
use dom_struct::dom_struct;
use euclid::default::{Point2D, Rect, Size2D};
use ipc_channel::ipc::{self, IpcSharedMemory};
use js::jsapi::mozilla::Ok;
use js::jsapi::{JSObject, Type};
use js::jsval::{
BooleanValue, DoubleValue, Int32Value, JSVal, NullValue, ObjectValue, UInt32Value,
Expand Down

0 comments on commit 264c27d

Please sign in to comment.