core: Remove the unit module

This commit is contained in:
Brian Anderson
2014-05-12 21:02:27 -07:00
committed by Alex Crichton
parent 50331595fc
commit a0594ebb8b
4 changed files with 22 additions and 47 deletions

View File

@@ -103,7 +103,6 @@ pub mod container;
/* Core types and methods on primitives */
mod unicode;
mod unit;
pub mod any;
pub mod atomics;
pub mod bool;