mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Remove manual implementations of Send and Sync for BaseFlow.
They don't appear to be necessary.
This commit is contained in:
parent
ec691904cc
commit
c8ad7c750e
1 changed files with 0 additions and 5 deletions
|
@ -937,11 +937,6 @@ pub struct BaseFlow {
|
||||||
pub flags: FlowFlags,
|
pub flags: FlowFlags,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(unsafe_code)]
|
|
||||||
unsafe impl Send for BaseFlow {}
|
|
||||||
#[allow(unsafe_code)]
|
|
||||||
unsafe impl Sync for BaseFlow {}
|
|
||||||
|
|
||||||
impl fmt::Debug for BaseFlow {
|
impl fmt::Debug for BaseFlow {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
write!(f,
|
write!(f,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue