Remove vec version of str::bytes, rename bytes_ivec to str::bytes

This commit is contained in:
Brian Anderson 2011-08-11 16:36:20 -07:00
parent d6626143cc
commit 2e7e58812b
16 changed files with 46 additions and 68 deletions

View file

@ -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);