mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
auto merge of #4739 : Manishearth/servo/warning-patrol, r=Ms2ger
This commit is contained in:
commit
d373f8dc26
34 changed files with 50 additions and 53 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue