diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-28 13:54:18 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-28 13:54:18 +0530 |
commit | b8fb725af27c1d7d913618e09c4a246b7039f25e (patch) | |
tree | 2be4e1eac7d094b471179d09af1b9cfa647cf241 /components/script/dom/browsercontext.rs | |
parent | 547ed204550bf60b0aaa5788eaa0c1590da1544d (diff) | |
download | servo-b8fb725af27c1d7d913618e09c4a246b7039f25e.tar.gz servo-b8fb725af27c1d7d913618e09c4a246b7039f25e.zip |
raw_pointer_deriving -> raw_pointer_derive
Diffstat (limited to 'components/script/dom/browsercontext.rs')
-rw-r--r-- | components/script/dom/browsercontext.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/browsercontext.rs b/components/script/dom/browsercontext.rs index 2e7be2d05f0..cbe3bcbe63d 100644 --- a/components/script/dom/browsercontext.rs +++ b/components/script/dom/browsercontext.rs @@ -26,7 +26,7 @@ use js::{JSRESOLVE_QUALIFIED, JSRESOLVE_ASSIGNING}; use std::ptr; -#[allow(raw_pointer_deriving)] +#[allow(raw_pointer_derive)] #[jstraceable] #[privatize] pub struct BrowserContext { |