chore: clippy
This commit is contained in:
parent
a8d8e14413
commit
b3be053f33
27 changed files with 654 additions and 706 deletions
|
|
@ -36,8 +36,8 @@ pub struct KnownDeviceConnection {
|
|||
pub uuid: Arc<str>,
|
||||
}
|
||||
|
||||
pub async fn list<'a>(
|
||||
conn: &'a zbus::Connection,
|
||||
pub async fn list(
|
||||
conn: &zbus::Connection,
|
||||
device_type_filter: fn(DeviceType) -> bool,
|
||||
) -> zbus::Result<Vec<DeviceInfo>> {
|
||||
let nm = NetworkManager::new(conn).await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue