mirror of
https://github.com/RustAudio/rodio
synced 2024-12-12 21:22:36 +00:00
Fix attempt for the compilation failure on stable/beta
This commit is contained in:
parent
f339184d75
commit
007c0d4634
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ pub use self::channels::ChannelsCountConverter;
|
|||
pub use self::samples_rate::SamplesRateConverter;
|
||||
|
||||
mod channels;
|
||||
mod sample;
|
||||
pub mod sample; // TODO: < shouldn't be public ; there's a bug in Rust 1.4 and below that makes this `pub` mandatory
|
||||
mod samples_rate;
|
||||
|
|
Loading…
Reference in a new issue