From fa5789aa977e096d3283c0c2b0b058f895913717 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Tue, 31 May 2022 09:50:48 -0400 Subject: [PATCH] clippy --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 93e47de..d6de76a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,6 +65,8 @@ grass input.scss clippy::same_name_method, clippy::undocumented_unsafe_blocks, clippy::exhaustive_structs, + clippy::single_char_lifetime_names, + clippy::branches_sharing_code, // temporarily allowed while under heavy development. // eventually these allows should be refactored away