Skip to content

Commit 2569c8a

Browse files
CBenoitpacmancoder
authored andcommitted
Update crates/ironrdp-dvc-pipe-proxy/src/windows/semaphore.rs
1 parent 96fbc41 commit 2569c8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/ironrdp-dvc-pipe-proxy/src/windows/semaphore.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ impl Semaphore {
5454
// CreateSemaphoreW returns a valid handle on success.
5555
Ok(Self {
5656
// See `unsafe impl Send` comment.
57+
// TODO(@CBenoit): Verify this comment.
5758
#[allow(clippy::arc_with_non_send_sync)]
5859
handle: Arc::new(handle),
5960
})

0 commit comments

Comments
 (0)