We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d4f9a commit 2b94daaCopy full SHA for 2b94daa
mozjs/src/gc/root.rs
@@ -1,6 +1,6 @@
1
use std::marker::PhantomData;
2
use std::mem::MaybeUninit;
3
-use std::ops::{Deref, DerefMut};
+use std::ops::Deref;
4
use std::ptr;
5
6
use crate::jsapi::{jsid, JSContext, JSFunction, JSObject, JSScript, JSString, Symbol, Value, JS};
0 commit comments