allow unimplemented!()

This commit is contained in:
Connor Skees 2020-08-19 06:20:04 -04:00
parent c89013d607
commit 7b4465250e

View File

@ -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