mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 04:38:40 +08:00
Address clippy lint
This commit is contained in:
parent
8fbe29ed7b
commit
fa4daeee0f
@ -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…
x
Reference in New Issue
Block a user