Skip to content

Commit

Permalink
Fix clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Mar 21, 2024
1 parent a3603c9 commit 5783bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{error::Error, fmt, num::ParseIntError, result::Result, str::FromStr, time::Duration};
use std::{error::Error, fmt, num::ParseIntError, str::FromStr, time::Duration};

/// Describes the time when subtitle should appear or disappear
#[derive(Clone, Copy, Debug, PartialEq)]
Expand Down

0 comments on commit 5783bc0

Please sign in to comment.