mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
commit
4e015b5378
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