auto merge of #4739 : Manishearth/servo/warning-patrol, r=Ms2ger

This commit is contained in:
bors-servo 2015-01-28 02:27:50 -07:00
commit d373f8dc26
34 changed files with 50 additions and 53 deletions

View file

@ -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 {