Fix attempt for the compilation failure on stable/beta

This commit is contained in:
Pierre Krieger 2015-09-27 10:28:13 +02:00
parent f339184d75
commit 007c0d4634

View file

@ -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;