Skip to content

Commit

Permalink
fix: failing nightly CI tests (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Mar 18, 2024
1 parent f88a759 commit 9289947
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/decoder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::error::Error;
use std::fmt;
#[allow(unused_imports)]
use std::io::{Read, Seek, SeekFrom};
use std::marker::Sync;
use std::mem;
use std::str::FromStr;
use std::time::Duration;
Expand Down
1 change: 0 additions & 1 deletion src/decoder/read_seek_source.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::io::{Read, Result, Seek, SeekFrom};
use std::marker::Sync;

use symphonia::core::io::MediaSource;

Expand Down
1 change: 0 additions & 1 deletion src/stream.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::io::{Read, Seek};
use std::marker::Sync;
use std::sync::{Arc, Weak};
use std::{error, fmt};

Expand Down

0 comments on commit 9289947

Please sign in to comment.