diff --git a/src/app.rs b/src/app.rs index cf3e8c6da..246a184df 100644 --- a/src/app.rs +++ b/src/app.rs @@ -43,7 +43,6 @@ impl<'e, E: Endpoint<'e>> App<'e, E> { } } -#[allow(type_alias_bounds)] pub type ResBody = Either, T::Body>; #[allow(missing_docs)]