File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1763,8 +1763,6 @@ impl fmt::Debug for World {
1763
1763
}
1764
1764
}
1765
1765
1766
- // TODO: remove allow on lint - https://github.com/bevyengine/bevy/issues/3666
1767
- #[ allow( clippy:: non_send_fields_in_send_ty) ]
1768
1766
// SAFETY: all methods on the world ensure that non-send resources are only accessible on the main thread
1769
1767
unsafe impl Send for World { }
1770
1768
// SAFETY: all methods on the world ensure that non-send resources are only accessible on the main thread
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ pub struct FlexSurface {
29
29
}
30
30
31
31
// SAFETY: as long as MeasureFunc is Send + Sync. https://github.com/DioxusLabs/taffy/issues/146
32
- // TODO: remove allow on lint - https://github.com/bevyengine/bevy/issues/3666
33
- #[ allow( clippy:: non_send_fields_in_send_ty) ]
34
32
unsafe impl Send for FlexSurface { }
35
33
unsafe impl Sync for FlexSurface { }
36
34
You can’t perform that action at this time.
0 commit comments