diff options
Diffstat (limited to 'src/libcore/rt/mod.rs')
| -rw-r--r-- | src/libcore/rt/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcore/rt/mod.rs b/src/libcore/rt/mod.rs index c7cdb277247..ce3fb71ef2c 100644 --- a/src/libcore/rt/mod.rs +++ b/src/libcore/rt/mod.rs @@ -65,6 +65,9 @@ pub mod logging; #[cfg(test)] pub mod test; +/// Reference counting +pub mod rc; + /// Set up a default runtime configuration, given compiler-supplied arguments. /// /// This is invoked by the `start` _language item_ (unstable::lang) to |
