Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Mar 26, 2024
1 parent 40224d3 commit b877f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpolate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//! If you've created a custom interpolator or a custom component/asset/resource,
//! you may need to [register some systems](crate::tween#registering-systems).

use std::sync::{Arc, Mutex, RwLock};
use std::sync::Arc;

use bevy::prelude::*;

Expand Down

0 comments on commit b877f9e

Please sign in to comment.