From c8ad7c750e2d36946de5f878c7329104f7c82ede Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 26 Oct 2015 08:47:57 +0100 Subject: [PATCH] Remove manual implementations of Send and Sync for BaseFlow. They don't appear to be necessary. --- components/layout/flow.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/layout/flow.rs b/components/layout/flow.rs index 96d4b4b159a..5be4533dc6a 100644 --- a/components/layout/flow.rs +++ b/components/layout/flow.rs @@ -937,11 +937,6 @@ pub struct BaseFlow { pub flags: FlowFlags, } -#[allow(unsafe_code)] -unsafe impl Send for BaseFlow {} -#[allow(unsafe_code)] -unsafe impl Sync for BaseFlow {} - impl fmt::Debug for BaseFlow { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { write!(f,