Fixed compile error on Linux
This commit is contained in:
parent
ba6bde2c66
commit
74a8999547
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
use std::{io::BufReader, fs::File};
|
use std::{io::BufReader, fs::File};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use std::collections::hash_set;
|
use std::collections::HashSet;
|
||||||
|
|
||||||
use crate::{v1::{battery::{stats::get_battery_info, structs::ChargingStatus}}, USE_FALLBACK_DOCK_DETECTION};
|
use crate::{v1::{battery::{stats::get_battery_info, structs::ChargingStatus}}, USE_FALLBACK_DOCK_DETECTION};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue