Skip to content

Commit

Permalink
remove clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 7, 2024
1 parent 51784d2 commit 083ed44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ pub struct ProcessIO {
pub uri: Option<String>,
pub io: Option<Arc<dyn Io>>,
pub copy: bool,
#[allow(dead_code)]
pub stdout_r: Option<File>,
#[allow(dead_code)]
pub stderr_r: Option<File>,
}

Expand Down

0 comments on commit 083ed44

Please sign in to comment.