Auto merge of #8203 - Ms2ger:unsafe-impl-baseflow, r=nox

Remove manual implementations of Send and Sync for BaseFlow.

They don't appear to be necessary.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8203)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-26 03:48:19 -05:00
commit 4e015b5378

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,