Satisfy clippy lint

This commit is contained in:
Joscha 2024-11-06 22:04:57 +01:00
parent 461cc37d88
commit e43b27acfd

View file

@ -130,6 +130,7 @@ impl<M: Msg> Tree<M> {
}
}
#[allow(dead_code)]
#[async_trait]
pub trait MsgStore<M: Msg> {
type Error;