1
Fork 0

Replace SliceExt with inherent [T] methods in libcore

This commit is contained in:
Simon Sapin 2018-04-07 19:38:35 +02:00
parent de8ed6a1d6
commit 90f29fbdb1
9 changed files with 1418 additions and 1393 deletions

View file

@ -290,6 +290,7 @@ pub fn build_impls(cx: &DocContext, did: DefId, auto_traits: bool) -> Vec<clean:
lang_items.str_impl(),
lang_items.slice_impl(),
lang_items.slice_u8_impl(),
lang_items.slice_alloc_impl(),
lang_items.slice_u8_alloc_impl(),
lang_items.const_ptr_impl(),
lang_items.mut_ptr_impl(),