refactor: fix warnings

This commit is contained in:
Timo Kösters 2022-01-13 22:47:30 +01:00
parent 6fa01aa982
commit 16f826773b
No known key found for this signature in database
GPG key ID: 356E705610F626D5
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
use std::{
collections::{hash_map, HashMap},
sync::RwLock,
future::Future,
pin::Pin,
sync::RwLock,
};
use tokio::sync::watch;