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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user