Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Aug 11, 2024
1 parent 15d052d commit 0bbbb8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/control/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ impl Process for &mut Child {
self
}

#[allow(private_interfaces)]
fn run_wait(&mut self, options: Options) -> WaitResult<Self::Result> {
let result = self.try_wait();
if let Ok(Some(exit_status)) = result {
Expand Down
2 changes: 1 addition & 1 deletion src/unix/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! <https://thanks.rust-lang.org>
//!
//! <https://github.com/rust-lang/rust/blob/835ed0021e149cacb2d464cdbc35816b5d551c0e/COPYRIGHT>
//! - Modifications copyright (c) 2023 dylni (<https://github.com/dylni>)<br>
//! - Modifications copyright (c) 2024 dylni (<https://github.com/dylni>)<br>
//! <https://github.com/dylni/normpath/blob/master/COPYRIGHT>

use std::io;
Expand Down
2 changes: 1 addition & 1 deletion src/windows/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! <https://thanks.rust-lang.org>
//!
//! <https://github.com/rust-lang/rust/blob/835ed0021e149cacb2d464cdbc35816b5d551c0e/COPYRIGHT>
//! - Modifications copyright (c) 2023 dylni (<https://github.com/dylni>)<br>
//! - Modifications copyright (c) 2024 dylni (<https://github.com/dylni>)<br>
//! <https://github.com/dylni/normpath/blob/master/COPYRIGHT>

use std::io;
Expand Down

0 comments on commit 0bbbb8b

Please sign in to comment.