1
1
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:
Sean Estabrooks 2024-09-15 16:49:41 -04:00 committed by Wez Furlong
parent d48e992431
commit 2b76c63bb6

View File

@ -276,7 +276,7 @@ end
"#,
)
.set_name("=searcher")
.eval()
.eval::<()>()
.context("replace package.searchers")?;
wezterm_mod.set(