Fmt and clippy lints fixes

This commit is contained in:
Joshua Barretto
2020-08-12 15:10:12 +01:00
parent 9cefaaa7af
commit 50a85853e3
27 changed files with 352 additions and 255 deletions

View File

@ -1,4 +1,4 @@
use crate::{path::Chaser, sync::Uid, comp::Body};
use crate::{comp::Body, path::Chaser, sync::Uid};
use specs::{Component, Entity as EcsEntity};
use specs_idvs::IdvStorage;
use vek::*;