Fix warnings

This commit is contained in:
Vicki Pfau 2024-05-03 17:27:12 -07:00
parent 9339169d27
commit 55b2acb533
2 changed files with 3 additions and 5 deletions

View file

@ -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};