remove Item::parse

This commit is contained in:
Aleksey Kladov
2021-12-27 20:33:33 +03:00
parent b468bd6645
commit f0fefde401
6 changed files with 17 additions and 22 deletions

View File

@@ -86,15 +86,6 @@ fn pattern_parser_tests() {
);
}
#[test]
fn item_parser_tests() {
fragment_parser_dir_test(
&["parser/fragments/item/ok"],
&["parser/fragments/item/err"],
crate::ast::Item::parse,
);
}
#[test]
fn stmt_parser_tests() {
fragment_parser_dir_test(