Skip to content

Commit

Permalink
core: rename unit to nil. Close #4080.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Dec 4, 2012
1 parent 00c856c commit 2a5713e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/core.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.

0 comments on commit 2a5713e

Please sign in to comment.