warning Quiet

This commit is contained in:
lda
2026-01-20 01:02:15 +07:00 Unverified
parent 56eab6dbb3
commit 5d5bb7e425
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -16,5 +16,6 @@ pub async fn get(dev: Option<&str>) -> anyhow::Result<Vec<AddrOutput>> {
address = address.set_link_index_filter(ind);
}
};
address.execute().try_next().await?;
todo!()
}