Skip to content

Commit 2b94daa

Browse files
authored
Remove unused import (#575)
Signed-off-by: Greg Morenz <greg-morenz@droid.cafe>
1 parent e4d4f9a commit 2b94daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozjs/src/gc/root.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::marker::PhantomData;
22
use std::mem::MaybeUninit;
3-
use std::ops::{Deref, DerefMut};
3+
use std::ops::Deref;
44
use std::ptr;
55

66
use crate::jsapi::{jsid, JSContext, JSFunction, JSObject, JSScript, JSString, Symbol, Value, JS};

0 commit comments

Comments
 (0)