mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #6458 - frewsxcv:unused-import, r=Ms2ger
Remove unused js::JS_ARGV import in script component <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6458) <!-- Reviewable:end -->
This commit is contained in:
commit
4c9afb2756
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ use js::jsval::{BooleanValue, DoubleValue, Int32Value, JSVal, NullValue};
|
||||||
use js::jsval::{PrivateValue, UInt32Value, UndefinedValue};
|
use js::jsval::{PrivateValue, UInt32Value, UndefinedValue};
|
||||||
use js::rust::{GCMethods, ToString};
|
use js::rust::{GCMethods, ToString};
|
||||||
use js::glue::{WrapperNew, GetCrossCompartmentWrapper};
|
use js::glue::{WrapperNew, GetCrossCompartmentWrapper};
|
||||||
use js::{JS_ARGV, JS_CALLEE, JSFUN_CONSTRUCTOR, JSPROP_ENUMERATE};
|
use js::{JS_CALLEE, JSFUN_CONSTRUCTOR, JSPROP_ENUMERATE};
|
||||||
use js::{JSPROP_PERMANENT, JSPROP_READONLY};
|
use js::{JSPROP_PERMANENT, JSPROP_READONLY};
|
||||||
use js;
|
use js;
|
||||||
use string_cache::{Atom, Namespace};
|
use string_cache::{Atom, Namespace};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue