mirror of
https://github.com/wez/wezterm.git
synced 2025-01-03 11:11:43 +03:00
Suppress compiler warnings, due to never type (!)
As per <https://github.com/rust-lang/rust/issues/123748> ! will no longer degrades into () which in this situation breaks type deduction; so specify it explicitly.
This commit is contained in:
parent
d48e992431
commit
2b76c63bb6
@ -276,7 +276,7 @@ end
|
||||
"#,
|
||||
)
|
||||
.set_name("=searcher")
|
||||
.eval()
|
||||
.eval::<()>()
|
||||
.context("replace package.searchers")?;
|
||||
|
||||
wezterm_mod.set(
|
||||
|
Loading…
Reference in New Issue
Block a user