Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
anchpop committed Oct 22, 2022
1 parent d955318 commit 34b28d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn death(
.insert(Name::new("Gib"))
.insert(Lifetime {
time: Timer::from_seconds(10.0, false),
shrink_away: shrink_away.clone(),
shrink_away: *shrink_away,
});
}
}
Expand Down

0 comments on commit 34b28d7

Please sign in to comment.