core: rename unit to nil. Close #4080.

This commit is contained in:
Graydon Hoare 2012-12-03 17:28:19 -08:00
parent 00c856c0b1
commit 2a5713ed5c
2 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ pub mod float;
pub mod f32;
pub mod f64;
pub mod unit;
pub mod nil;
pub mod bool;
pub mod char;
pub mod tuple;