mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix and disable some compile warnings.
This commit is contained in:
parent
eae9b94399
commit
3e3536cf39
6 changed files with 6 additions and 2 deletions
|
@ -412,6 +412,7 @@ pub fn reflect_dom_object<T: Reflectable>
|
|||
Temporary::new(wrap_fn(window.deref().get_cx(), window, obj))
|
||||
}
|
||||
|
||||
#[allow(raw_pointer_deriving)]
|
||||
#[deriving(Eq)]
|
||||
pub struct Reflector {
|
||||
pub object: *mut JSObject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue