cmon clippy, it's not worth making a new type

daddy
Elfein Landers 2022-01-30 04:01:25 -08:00
parent 0ce099b8d9
commit cc877f049b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ impl TypeMapKey for InfoSent {
pub struct Sent;
#[allow(clippy::type_complexity)]
impl TypeMapKey for Sent {
type Value = Arc<Mutex<HashMap<(ChannelId, MessageId), (ChannelId, MessageId)>>>;
}