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:
parent
93c3a6381d
commit
daf83b49a8
@ -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::*;
|
||||
|
Loading…
Reference in New Issue
Block a user