mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Removed a typo (I think rustfmt did this!)
This commit is contained in:
parent
5056a88b9f
commit
5e73ffd4aa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use crate::Source;
|
||||||
#[cfg(feature = "symphonia")]
|
#[cfg(feature = "symphonia")]
|
||||||
use self::read_seek_source::ReadSeekSource;
|
use self::read_seek_source::ReadSeekSource;
|
||||||
#[cfg(feature = "symphonia")]
|
#[cfg(feature = "symphonia")]
|
||||||
use symphonia::core::io::{MediaSource, MediaSourceStream};
|
use ::symphonia::core::io::{MediaSource, MediaSourceStream};
|
||||||
|
|
||||||
#[cfg(all(feature = "flac", not(feature = "symphonia-flac")))]
|
#[cfg(all(feature = "flac", not(feature = "symphonia-flac")))]
|
||||||
mod flac;
|
mod flac;
|
||||||
|
|
Loading…
Reference in a new issue