Remove consts mod reference

This commit is contained in:
Brendan Zabarauskas 2012-12-02 23:16:26 +10:00
parent 5de6fbe5bb
commit 005daf46e4

View file

@ -70,8 +70,6 @@ pub mod funs {
pub mod num {
#[path = "num/cast.rs"]
pub mod cast;
#[path = "num/consts.rs"]
pub mod consts;
#[path = "num/default_eq.rs"]
pub mod default_eq;
#[path = "num/ext.rs"]