From 9bde66c72cdbf48e0e183dadd619fcc111dc0dde Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Fri, 3 Jul 2020 13:03:59 -0400 Subject: [PATCH] fmt attributes --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index c2cee4f..b70df1c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -50,7 +50,7 @@ grass input.scss clippy::unknown_clippy_lints, clippy::replace_consts, clippy::single_match, - + // temporarily allowed while under heavy development. // eventually these allows should be refactored away // to no longer be necessary @@ -67,7 +67,7 @@ grass input.scss clippy::redundant_pub_crate, // the api is changing too often to allot this clippy::missing_errors_doc, - + clippy::integer_arithmetic, clippy::string_add, clippy::get_unwrap,