Add box syntax feature annotation.

Fixes build.
This commit is contained in:
Ronald Kinard 2015-07-25 17:08:31 -05:00
parent 6ffdcd5343
commit 157011182a
1 changed files with 5 additions and 3 deletions

View File

@ -47,6 +47,8 @@ a conversion on your data.
If you have the possibility, you should try to match the format of the voice.
*/
#![feature(box_syntax)]
pub use samples_formats::{SampleFormat, Sample};
use std::ops::{Deref, DerefMut};