Skip to content

Commit

Permalink
let duration be unused for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharktheone committed Sep 5, 2024
1 parent ffd9697 commit 5f24983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/gosub_shared/src/timing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub enum Scale {
}

#[derive(Debug, Default, Clone, PartialEq, Eq, PartialOrd, Ord)]
#[allow(dead_code)]
struct Duration {
duration: u64,
suffix: String,
Expand Down

0 comments on commit 5f24983

Please sign in to comment.