diff --git a/tower-http/src/lib.rs b/tower-http/src/lib.rs index edffc511..8d254e1d 100644 --- a/tower-http/src/lib.rs +++ b/tower-http/src/lib.rs @@ -372,6 +372,6 @@ pub enum LatencyUnit { pub type BoxError = Box; mod sealed { - #[allow(unreachable_pub)] + #[allow(unreachable_pub, unused)] pub trait Sealed {} }