Skip to content

Commit

Permalink
Rm unused allow lints
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed Jun 7, 2024
1 parent 786ecd7 commit 8f0e108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/command_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ impl StderrForwarder {
}
}

#[allow(clippy::uninit_vec)]
fn forward_available(&mut self) -> bool {
if let Some((stderr, buffer)) = self.inner.as_mut() {
loop {
Expand Down

0 comments on commit 8f0e108

Please sign in to comment.