aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/imagedata.rs
diff options
context:
space:
mode:
authorBrandon Fairchild <csbit32@gmail.com>2015-11-27 14:32:57 -0500
committerBrandon Fairchild <csbit32@gmail.com>2015-11-27 14:32:57 -0500
commit341e66f66d88b1bfae7d3cc2ec6b870e2beb583c (patch)
treecaa68c2f08c3132a8f21cf2fb4a527cecfb2783b /components/script/dom/imagedata.rs
parent3720e4d5ef09d710deaf846c74356ccea8d7afce (diff)
downloadservo-341e66f66d88b1bfae7d3cc2ec6b870e2beb583c.tar.gz
servo-341e66f66d88b1bfae7d3cc2ec6b870e2beb583c.zip
Remove `#[allow(raw_pointer_derive)]` attributes
The attributes are unused. Fixes #8699.
Diffstat (limited to 'components/script/dom/imagedata.rs')
-rw-r--r--components/script/dom/imagedata.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/imagedata.rs b/components/script/dom/imagedata.rs
index ffbe0a4b225..cbc3b489a21 100644
--- a/components/script/dom/imagedata.rs
+++ b/components/script/dom/imagedata.rs
@@ -17,7 +17,6 @@ use std::slice;
use std::vec::Vec;
#[dom_struct]
-#[allow(raw_pointer_derive)]
pub struct ImageData {
reflector_: Reflector,
width: u32,