aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/paint_thread.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-03-18 14:43:03 +0100
committerMs2ger <Ms2ger@gmail.com>2016-03-18 14:43:03 +0100
commit08083f1c9d08de0e19e16efb9e6923612706032c (patch)
treec6610962bea427b945ba12ecd3cea62b16b46cd6 /components/gfx/paint_thread.rs
parentc90a1b9b1c44dbf3d3f9dde7e99f4fccfe598542 (diff)
downloadservo-08083f1c9d08de0e19e16efb9e6923612706032c.tar.gz
servo-08083f1c9d08de0e19e16efb9e6923612706032c.zip
Deny unsafe code in more crates.
Diffstat (limited to 'components/gfx/paint_thread.rs')
-rw-r--r--components/gfx/paint_thread.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/paint_thread.rs b/components/gfx/paint_thread.rs
index b427ae70ea3..a0088fe5313 100644
--- a/components/gfx/paint_thread.rs
+++ b/components/gfx/paint_thread.rs
@@ -450,6 +450,7 @@ impl<C> PaintThread<C> where C: PaintListener + Send + 'static {
}, ConstellationMsg::Failure(failure_msg), c);
}
+ #[allow(unsafe_code)]
fn start(&mut self) {
debug!("PaintThread: beginning painting loop");