fix: replace battery with starship-battery (#3213)

This commit is contained in:
Matan Kushner
2021-11-09 11:35:45 +00:00
committed by GitHub
parent d1ce352528
commit 9df7c7d256
3 changed files with 21 additions and 31 deletions
+1
View File
@@ -2,6 +2,7 @@ use super::{Context, Module, RootModuleConfig};
use crate::configs::battery::BatteryConfig;
#[cfg(test)]
use mockall::automock;
use starship_battery as battery;
use crate::formatter::StringFormatter;