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:
parent
7e7a5e3d3e
commit
31d5ffc5bd
4 changed files with 1 additions and 87 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue