Skip to content

Commit

Permalink
Resolve clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
90degs2infty committed Jan 5, 2024
1 parent 2b68116 commit c001119
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/game/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ use core::{
};
use either::Either;
use micromath::F32Ext;
use microtile_engine::{
gameplay::game::{Game, Observer, ProcessRows, TileFloating, TileNeeded},
geometry::tile::BasicTile,
};
use microtile_engine::gameplay::game::{Game, Observer, ProcessRows, TileFloating, TileNeeded};
use rtic_sync::channel::{ReceiveError, Receiver};

pub enum DriverError {
Expand Down

0 comments on commit c001119

Please sign in to comment.