Replace SliceExt with inherent [T] methods in libcore
This commit is contained in:
parent
de8ed6a1d6
commit
90f29fbdb1
9 changed files with 1418 additions and 1393 deletions
|
|
@ -214,6 +214,7 @@ language_item_table! {
|
|||
StrImplItem, "str", str_impl;
|
||||
SliceImplItem, "slice", slice_impl;
|
||||
SliceU8ImplItem, "slice_u8", slice_u8_impl;
|
||||
SliceAllocImplItem, "slice_alloc", slice_alloc_impl;
|
||||
SliceU8AllocImplItem, "slice_u8_alloc", slice_u8_alloc_impl;
|
||||
ConstPtrImplItem, "const_ptr", const_ptr_impl;
|
||||
MutPtrImplItem, "mut_ptr", mut_ptr_impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue