More misc ivec->vec renaming

This commit is contained in:
Brian Anderson 2011-08-18 15:00:12 -07:00
parent 223f6017c7
commit f5ce3bf15d
6 changed files with 9 additions and 9 deletions

View file

@ -39,7 +39,7 @@ fn path_to_ident(pth: &path) -> option::t<ident> {
ret none;
}
//an ivec of binders might be a little big.
//a vec of binders might be a little big.
type clause = {params: binders, body: @expr};
/* logically, an arb_depth should contain only one kind of matchable */