mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix some warnings caused by the SM upgrade
This commit is contained in:
parent
e7808c526c
commit
b7301ca06c
13 changed files with 16 additions and 19 deletions
|
@ -8,7 +8,7 @@ use dom::bindings::trace::JSTraceable;
|
|||
use js::jsapi::{JSTracer};
|
||||
|
||||
use util::task_state;
|
||||
use util::task_state::{SCRIPT, IN_GC};
|
||||
use util::task_state::SCRIPT;
|
||||
|
||||
use std::cell::{BorrowState, RefCell, Ref, RefMut};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue