mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +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
|
parser
|
||||||
.vars()
|
.vars()
|
||||||
.get(L!("LC_TERMINAL"))
|
.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