Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Feb 22, 2024
1 parent 6f6eec0 commit f36cf4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/gaussian/cloud.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use rand::{
seq::SliceRandom,
Rng,
};
use std::iter::FromIterator;

use bevy::prelude::*;
use serde::{
Expand Down
2 changes: 0 additions & 2 deletions src/query/select.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::iter::FromIterator;

use bevy::{
prelude::*,
asset::LoadState,
Expand Down

0 comments on commit f36cf4e

Please sign in to comment.