Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Sep 11, 2022
1 parent 44befd2 commit 46b740e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ macro_rules! new_cfg {
}};
}

#[allow(clippy::nonminimal_bool)]
fn main() {
new_cfg!(
memory_limit,
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ pub trait ChildExt<'a>: private::Sealed {
///
/// Windows and Unix errors are inconsistent when terminating processes.
/// This method unifies them by simulating Unix behavior on Windows.
#[allow(clippy::missing_errors_doc)]
fn terminate_if_running(&mut self) -> io::Result<()>;

/// Creates an instance of [`Control`] that yields [`ExitStatus`] for this
Expand Down

0 comments on commit 46b740e

Please sign in to comment.