More methods for str boxes.

This commit is contained in:
Clar Charr
2017-04-11 16:02:43 -04:00
parent 968ae7babe
commit c66c6e9697
8 changed files with 60 additions and 8 deletions

View File

@@ -128,6 +128,8 @@ mod boxed_test;
pub mod arc;
pub mod rc;
pub mod raw_vec;
#[unstable(feature = "str_box_extras", issue = "41119")]
pub mod str;
pub mod oom;
pub use oom::oom;