From cc877f049b7de0887ad8ea6ea8f3ad34b8179508 Mon Sep 17 00:00:00 2001 From: Elfein Landers Date: Sun, 30 Jan 2022 04:01:25 -0800 Subject: [PATCH] cmon clippy, it's not worth making a new type --- src/track.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/track.rs b/src/track.rs index 89b8410..1770d41 100644 --- a/src/track.rs +++ b/src/track.rs @@ -29,6 +29,7 @@ impl TypeMapKey for InfoSent { pub struct Sent; +#[allow(clippy::type_complexity)] impl TypeMapKey for Sent { type Value = Arc>>; }