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_traits/lib.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_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 4a1e3d31294..0b6bb4a3b36 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -40,7 +40,7 @@ use geom::rect::Rect; /// The address of a node. Layout sends these back. They must be validated via /// `from_untrusted_node_address` before they can be used, because we do not trust layout. -#[allow(raw_pointer_deriving)] +#[allow(raw_pointer_derive)] #[derive(Copy, Clone)] pub struct UntrustedNodeAddress(pub *const c_void); unsafe impl Send for UntrustedNodeAddress {} |