Merge pull request #35 from gavofyork/gav

Additional mem use.
This commit is contained in:
Marek Kotewicz 2016-01-11 18:02:58 +01:00
commit e4dbba874f

View File

@ -6,6 +6,7 @@ pub use std::cmp;
pub use std::ptr;
pub use std::result;
pub use std::option;
pub use std::mem;
pub use std::path::Path;
pub use std::str::{FromStr};