Convert 'import' to 'use'. Remove 'import' keyword.
This commit is contained in:
parent
1a8a0a77b1
commit
298eb8c726
78 changed files with 192 additions and 232 deletions
|
@ -1757,7 +1757,7 @@ fn print_view_item(s: ps, item: @ast::view_item) {
|
|||
}
|
||||
|
||||
ast::view_item_import(vps) => {
|
||||
head(s, ~"import");
|
||||
head(s, ~"use");
|
||||
print_view_paths(s, vps);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue