Skip to content

Commit

Permalink
perf: remove Copy from ManiaDifficultyAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Dec 30, 2023
1 parent 9d82b98 commit db3062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mania/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ struct ManiaResult {
}

/// The result of a difficulty calculation on an osu!mania map.
#[derive(Copy, Clone, Debug, Default, PartialEq)]
#[derive(Clone, Debug, Default, PartialEq)]
pub struct ManiaDifficultyAttributes {
/// The final star rating.
pub stars: f64,
Expand Down

0 comments on commit db3062d

Please sign in to comment.