Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Sep 13, 2023
1 parent 6400a98 commit cd7e639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtual-display-driver/src/device_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub struct DeviceContext {
WDF_DECLARE_CONTEXT_TYPE!(pub DeviceContext);

// SAFETY: Raw ptr is managed by external library
unsafe impl Send for DeviceContext {}
unsafe impl Sync for DeviceContext {}

impl DeviceContext {
Expand Down

0 comments on commit cd7e639

Please sign in to comment.