Suppressed all existing clippy warnings in preparation for fixes as part of #587

This commit is contained in:
Ben Wallis
2020-06-10 20:47:36 +01:00
parent de849adf84
commit 950c62efc6
161 changed files with 375 additions and 7 deletions

View File

@ -15,6 +15,7 @@ use specs::{
pub struct Sys;
impl<'a> System<'a> for Sys {
#[allow(clippy::type_complexity)]
type SystemData = (
Entities<'a>,
Read<'a, UidAllocator>,