1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

fix windows build

This commit is contained in:
Wez Furlong 2022-01-07 07:33:11 -07:00
parent 3c6bc2c366
commit 4efcc81bee

View File

@ -247,7 +247,7 @@ mod windows {
} }
} }
#[allow(dead_code)] #[cfg(unix)]
mod unix { mod unix {
use super::*; use super::*;