raw_pointer_deriving -> raw_pointer_derive

This commit is contained in:
Manish Goregaokar 2015-01-28 13:54:18 +05:30
parent 547ed20455
commit b8fb725af2
5 changed files with 6 additions and 6 deletions

View file

@ -53,7 +53,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 {