mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-18 12:16:43 -04:00
Fix warnings
This commit is contained in:
parent
9339169d27
commit
55b2acb533
2 changed files with 3 additions and 5 deletions
|
@ -333,7 +333,7 @@ impl SteamOSManager {
|
|||
mod test {
|
||||
use super::*;
|
||||
use crate::{power, testing};
|
||||
use std::collections::{HashMap, HashSet};
|
||||
use std::collections::HashMap;
|
||||
use std::iter::zip;
|
||||
use tokio::fs::{create_dir_all, read, write};
|
||||
use zbus::{Connection, ConnectionBuilder, Interface};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue