Rename ModuleItem -> Item

This commit is contained in:
Aleksey Kladov
2020-07-30 00:23:03 +02:00
parent 16caadb404
commit 6636f56e79
17 changed files with 547 additions and 554 deletions

View File

@@ -89,7 +89,7 @@ fn item_parser_tests() {
fragment_parser_dir_test(
&["parser/fragments/item/ok"],
&["parser/fragments/item/err"],
crate::ast::ModuleItem::parse,
crate::ast::Item::parse,
);
}