rename file -> root
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user