Remove #[allow(raw_pointer_derive)] attributes

The attributes are unused.

Fixes #8699.
This commit is contained in:
Brandon Fairchild 2015-11-27 14:32:57 -05:00
parent 3720e4d5ef
commit 341e66f66d
7 changed files with 1 additions and 10 deletions

View file

@ -17,7 +17,6 @@ use std::slice;
use std::vec::Vec;
#[dom_struct]
#[allow(raw_pointer_derive)]
pub struct ImageData {
reflector_: Reflector,
width: u32,