mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add untraceable! macro
This commit is contained in:
parent
3b7e07699e
commit
85f79290a6
3 changed files with 22 additions and 1 deletions
|
@ -33,7 +33,9 @@ use js::jsapi::{JSObject, JSTracer, JS_CallTracer, JSTRACE_OBJECT};
|
|||
use js::jsval::JSVal;
|
||||
|
||||
use libc;
|
||||
use url::Url;
|
||||
use std::mem;
|
||||
use std::num;
|
||||
use std::cell::{Cell, RefCell};
|
||||
use serialize::{Encodable, Encoder};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue