Remove manual implementations of Send and Sync for BaseFlow.

They don't appear to be necessary.
This commit is contained in:
Ms2ger 2015-10-26 08:47:57 +01:00
parent ec691904cc
commit c8ad7c750e

View file

@ -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,