Fix clippy (#15489)

# Description
There are some clippy(version 0.1.86) errors on nushell repo. This pr is
trying to fix it.

# User-Facing Changes
Hopefully none.

# Tests + Formatting
NaN

# After Submitting
NaN
This commit is contained in:
Wind
2025-04-06 09:49:28 +08:00
committed by GitHub
parent 67ea25afca
commit 1c6c85d35d
19 changed files with 30 additions and 35 deletions

View File

@ -98,7 +98,7 @@ pub(crate) fn finish_redirection(
if !matches!(
modes.err,
Some(Spanned {
item: RedirectMode::Pipe { .. },
item: RedirectMode::Pipe,
..
})
) {