blocks: allow clippy::identity_op because 1 << 0 is self-documenting bitfield

This commit is contained in:
ice_iix 2020-06-28 17:48:18 -07:00
parent 842b4d8a54
commit f69b27ce74
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#![recursion_limit = "600"]
#![allow(clippy::identity_op)]
extern crate steven_shared as shared;