Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes.
Browse files Browse the repository at this point in the history
milesj committed Jan 31, 2025
1 parent 045b848 commit 6114326
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .moon/workspace.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ projects:
- './packages/*'
- '!packages/cli'
- '!packages/core-*'
- 'scenarios/*'
# - 'scenarios/*'
- 'website'

generator:
2 changes: 1 addition & 1 deletion crates/process/src/signal.rs
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ mod windows {
}

#[derive(Clone)]
pub struct RawHandle(*mut c_void);
pub struct RawHandle(pub *mut c_void);

unsafe impl Send for RawHandle {}
unsafe impl Sync for RawHandle {}

0 comments on commit 6114326

Please sign in to comment.