Made changes to eliminate warnings

This commit is contained in:
Jamie Hardt
2020-11-28 11:30:21 -08:00
parent 208aa7f064
commit 082a8596af
3 changed files with 5 additions and 15 deletions

View File

@@ -119,7 +119,8 @@ mod wavereader;
mod wavewriter;
pub use errors::Error;
pub use wavereader::{WaveReader};
pub use wavereader::WaveReader;
pub use wavewriter::WaveWriter;
pub use bext::Bext;
pub use fmt::{WaveFmt, WaveFmtExtended, ChannelDescriptor, ChannelMask};
pub use common_format::CommonFormat;