mirror of
https://github.com/RustAudio/rodio
synced 2024-12-05 01:39:15 +00:00
Rustfmt
This commit is contained in:
parent
e72de34a93
commit
e581653578
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ use crate::Source;
|
|||
#[cfg(feature = "symphonia")]
|
||||
use self::read_seek_source::ReadSeekSource;
|
||||
#[cfg(feature = "symphonia")]
|
||||
use ::symphonia::core::io::{MediaSource, MediaSourceStream};
|
||||
use symphonia::core::io::{MediaSource, MediaSourceStream};
|
||||
|
||||
#[cfg(all(feature = "flac", not(feature = "symphonia-flac")))]
|
||||
mod flac;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
use std::time::Duration;
|
||||
|
||||
|
||||
use super::SeekError;
|
||||
use crate::{Sample, Source};
|
||||
|
||||
|
|
Loading…
Reference in a new issue