fmt attributes

This commit is contained in:
Connor Skees 2020-07-03 13:03:59 -04:00
parent e801e4d424
commit 9bde66c72c

View File

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