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