diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 20:50:56 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:13:56 -0700 |
| commit | e7eed5f670e8b283e7afcba5c79b3b208167a647 (patch) | |
| tree | dade375ba844b0ab532649ca792cb1fff07c28ca /src/libstd/lib.rs | |
| parent | dfd967f239a079cf90f45bfc3d827547e6fe9008 (diff) | |
| download | rust-e7eed5f670e8b283e7afcba5c79b3b208167a647.tar.gz rust-e7eed5f670e8b283e7afcba5c79b3b208167a647.zip | |
core: Inherit the unit module
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index ef07fc2f995..5e71fc72dc9 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -190,7 +190,6 @@ pub mod prelude; #[path = "num/f32.rs"] pub mod f32; #[path = "num/f64.rs"] pub mod f64; -pub mod unit; pub mod bool; pub mod tuple; |
