1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-03 17:57:26 +03:00
wezterm/config
Sean Estabrooks 2b76c63bb6 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.
2024-09-22 15:12:28 -07:00
..
derive allow some unused fields 2024-07-14 07:50:30 -07:00
src Suppress compiler warnings, due to never type (!) 2024-09-22 15:12:28 -07:00
Cargo.toml deps: dedup some nix versions 2024-05-13 11:53:27 -07:00