rename file -> root

This commit is contained in:
Aleksey Kladov
2018-08-25 11:44:17 +03:00
parent 9fae494a8d
commit cf278ed3bf
160 changed files with 187 additions and 188 deletions

View File

@@ -40,7 +40,7 @@ pub(crate) fn file(p: &mut Parser) {
let file = p.start();
p.eat(SHEBANG);
items::mod_contents(p, false);
file.complete(p, FILE);
file.complete(p, ROOT);
}