1
Fork 0

make std::managed private

This removes two tests built on `managed::refcount`, but these issues
are well-covered elsewhere for non-managed types.
This commit is contained in:
Daniel Micay 2014-03-22 18:45:47 -04:00
parent 7e7a5e3d3e
commit 31d5ffc5bd
4 changed files with 1 additions and 87 deletions

View file

@ -134,7 +134,7 @@ pub mod ascii;
pub mod ptr;
pub mod owned;
pub mod managed;
mod managed;
mod reference;
pub mod rc;
pub mod gc;