diff --git a/peach-web/src/utils.rs b/peach-web/src/utils.rs index 8055473..1c31c25 100644 --- a/peach-web/src/utils.rs +++ b/peach-web/src/utils.rs @@ -25,6 +25,7 @@ pub struct FlashContext { /// A helper enum which allows routes to either return a Template or a Redirect /// from: https://github.com/SergioBenitez/Rocket/issues/253#issuecomment-532356066 +#[allow(clippy::large_enum_variant)] #[derive(Debug, Responder)] pub enum TemplateOrRedirect { Template(Template),