From 7b4465250e9fdf5cb128dd0a3515b4fe5fa746d3 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Wed, 19 Aug 2020 06:20:04 -0400 Subject: [PATCH] allow `unimplemented!()` --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 1c7b19c..cf0e540 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,6 +51,7 @@ grass input.scss clippy::replace_consts, clippy::single_match, clippy::float_arithmetic, + clippy::unimplemented, // temporarily allowed while under heavy development. // eventually these allows should be refactored away