mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Address clippy lint
This commit is contained in:
parent
8fbe29ed7b
commit
fa4daeee0f
1 changed files with 1 additions and 1 deletions
|
@ -3856,7 +3856,7 @@ fn reader_interactive_init(parser: &Parser) {
|
|||
parser
|
||||
.vars()
|
||||
.get(L!("LC_TERMINAL"))
|
||||
.is_some_and(|term| term.as_list() == &[L!("iTerm2")]),
|
||||
.is_some_and(|term| term.as_list() == [L!("iTerm2")]),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue