Skip to content

Commit

Permalink
Add Sync IdleHandle assertion to test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphlinus authored and xarvic committed Jul 29, 2022
1 parent 4e01acc commit 70ab369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid-shell/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -716,5 +716,5 @@ mod test {
use static_assertions as sa;

sa::assert_not_impl_any!(WindowHandle: Send, Sync);
sa::assert_impl_all!(IdleHandle: Send);
sa::assert_impl_all!(IdleHandle: Send, Sync);
}

0 comments on commit 70ab369

Please sign in to comment.