Replace StrExt with inherent str methods in libcore
This commit is contained in:
parent
90f29fbdb1
commit
f0705bf033
11 changed files with 1766 additions and 1741 deletions
|
|
@ -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.str_alloc_impl(),
|
||||
lang_items.slice_alloc_impl(),
|
||||
lang_items.slice_u8_alloc_impl(),
|
||||
lang_items.const_ptr_impl(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue