diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-01-28 02:27:50 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-01-28 02:27:50 -0700 |
commit | d373f8dc26239310dec8d2fd66ed72385548cf6f (patch) | |
tree | 09b45bc1bee59999e61359ef9647f87fa0626579 /components/script/dom/bindings/callback.rs | |
parent | 1a2a08aa501dd0da8bcdf362b55acb31093f5c9c (diff) | |
parent | b8fb725af27c1d7d913618e09c4a246b7039f25e (diff) | |
download | servo-d373f8dc26239310dec8d2fd66ed72385548cf6f.tar.gz servo-d373f8dc26239310dec8d2fd66ed72385548cf6f.zip |
auto merge of #4739 : Manishearth/servo/warning-patrol, r=Ms2ger
Diffstat (limited to 'components/script/dom/bindings/callback.rs')
-rw-r--r-- | components/script/dom/bindings/callback.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/callback.rs b/components/script/dom/bindings/callback.rs index 5df336d3fe5..dd0bf8bf65c 100644 --- a/components/script/dom/bindings/callback.rs +++ b/components/script/dom/bindings/callback.rs @@ -51,7 +51,7 @@ pub struct CallbackInterface { /// A common base class for representing IDL callback function and /// callback interface types. -#[allow(raw_pointer_deriving)] +#[allow(raw_pointer_derive)] #[derive(Copy, Clone,PartialEq)] #[jstraceable] struct CallbackObject { |