Remove ast::ty_vec
This commit is contained in:
parent
ec898244f7
commit
c2d2dad093
12 changed files with 5 additions and 157 deletions
|
@ -439,7 +439,6 @@ tag ty_ {
|
|||
ty_str;
|
||||
ty_istr; // interior string
|
||||
ty_box(mt);
|
||||
ty_vec(mt);
|
||||
ty_ivec(mt); // interior vector
|
||||
ty_ptr(mt);
|
||||
ty_task;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue