diff --git a/app/tek_cfg.rs b/app/tek_cfg.rs index 6ef37c00..ee323bb6 100644 --- a/app/tek_cfg.rs +++ b/app/tek_cfg.rs @@ -1,5 +1,4 @@ -pub(self) use ::{ -}; +use crate::*; /// Configuration. /// diff --git a/app/tek_mode.rs b/app/tek_mode.rs index ea8e219f..f304b517 100644 --- a/app/tek_mode.rs +++ b/app/tek_mode.rs @@ -14,7 +14,7 @@ pub struct Mode { pub modes: Modes, } -impl Draw for Mode { +impl Draw for Mode { fn draw (&self, to: &mut TuiOut) { self.content().draw(to) }