remove redundant Send + Sync impls on Process
This commit is contained in:
@@ -39,9 +39,6 @@ pub struct Process {
|
|||||||
pub handle: Handle,
|
pub handle: Handle,
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Send for Process {}
|
|
||||||
unsafe impl Sync for Process {}
|
|
||||||
|
|
||||||
impl Process {
|
impl Process {
|
||||||
/// initialize a `Process` from a pid or a process name
|
/// initialize a `Process` from a pid or a process name
|
||||||
pub fn from<T: Into<Identifier>>(identifier: T) -> Result<Self, Error> {
|
pub fn from<T: Into<Identifier>>(identifier: T) -> Result<Self, Error> {
|
||||||
|
|||||||
Reference in New Issue
Block a user