1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

config: avoid ambiguous naming

weird that this doesn't error locally, but breaks CI
This commit is contained in:
Wez Furlong 2022-01-09 10:47:29 -07:00
parent 93c3a6381d
commit daf83b49a8

View File

@ -40,7 +40,7 @@ mod wsl;
pub use background::*;
pub use bell::*;
pub use color::*;
pub use config::*;
pub use crate::config::*;
pub use daemon::*;
pub use font::*;
pub use frontend::*;