Remove vec version of str::bytes, rename bytes_ivec to str::bytes
This commit is contained in:
parent
d6626143cc
commit
2e7e58812b
16 changed files with 46 additions and 68 deletions
|
|
@ -98,7 +98,7 @@ fn item_type(item: &ebmlivec::doc, this_cnum: ast::crate_num, tcx: ty::ctxt,
|
|||
fn parse_external_def_id(this_cnum: ast::crate_num,
|
||||
extres: &external_resolver, s: str) ->
|
||||
ast::def_id {
|
||||
let buf = str::bytes_ivec(s);
|
||||
let buf = str::bytes(s);
|
||||
let external_def_id = parse_def_id(buf);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue