Skip to content

Commit

Permalink
Fix incorrect doc statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Sep 14, 2023
1 parent 62c3d31 commit 949b894
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ pub trait Sandbox: Sized {
///
/// # Errors
///
/// Sandboxing will fail if the calling process is not single-threaded, or
/// has previously been sandboxed. It is recommended to spawn a new process
/// before sandboxing to avoid these issues.
/// Sandboxing will fail if the calling process is not single-threaded.
fn lock(self) -> Result<()>;
}

Expand Down

0 comments on commit 949b894

Please sign in to comment.