mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #2598 : Ms2ger/servo/unsafe-deriving, r=jdm
This commit is contained in:
commit
c54baa663e
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ use js::JSPROP_PERMANENT;
|
|||
use js::{JSFUN_CONSTRUCTOR, JSPROP_READONLY};
|
||||
use js;
|
||||
|
||||
#[allow(raw_pointer_deriving)]
|
||||
#[deriving(Encodable)]
|
||||
pub struct GlobalStaticData {
|
||||
pub proxy_handlers: Untraceable<HashMap<uint, *libc::c_void>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue