Moved core::extfmt to core::private::extfmt

Needs a snapshot to remove stage0 extfmt export in core
This commit is contained in:
Marvin Löbel
2013-02-20 21:08:25 +01:00
parent 41a4151173
commit 3792eb2a38
5 changed files with 7 additions and 4 deletions

View File

@@ -52,7 +52,6 @@ pub use char;
pub use cmp;
pub use dvec;
pub use either;
pub use extfmt;
pub use f32;
pub use f64;
pub use float;