diff options
Diffstat (limited to 'src/libcore/core.rc')
| -rw-r--r-- | src/libcore/core.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc index 9672bf887ca..127d6dbc774 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -244,12 +244,12 @@ pub mod unstable; /* For internal use, not exported */ -pub mod unicode; +mod unicode; #[path = "num/cmath.rs"] -pub mod cmath; -pub mod stackwalk; +mod cmath; +mod stackwalk; #[path = "rt/mod.rs"] -pub mod rt; +mod rt; // A curious inner-module that's not exported that contains the binding // 'core' so that macro-expanded references to core::error and such |
