diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-29 23:48:04 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-29 23:48:04 +0100 |
commit | 9da454bcc2386e2782b71a9756b77a7763fd544b (patch) | |
tree | 72dc1cdc67d1cef8024b88cc05955ade68d917e2 /crates/ra_syntax/src/tests.rs | |
parent | 4567ae575e15cdb9af39b68b1490c062762ec39e (diff) | |
parent | ede5d17b0409f9d5a209aaf16508262dbd2a4489 (diff) |
Merge #5578
5578: Rename ModuleItem -> Item r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/src/tests.rs')
-rw-r--r-- | crates/ra_syntax/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/tests.rs b/crates/ra_syntax/src/tests.rs index 8447dcad7..68cee8914 100644 --- a/crates/ra_syntax/src/tests.rs +++ b/crates/ra_syntax/src/tests.rs | |||
@@ -89,7 +89,7 @@ fn item_parser_tests() { | |||
89 | fragment_parser_dir_test( | 89 | fragment_parser_dir_test( |
90 | &["parser/fragments/item/ok"], | 90 | &["parser/fragments/item/ok"], |
91 | &["parser/fragments/item/err"], | 91 | &["parser/fragments/item/err"], |
92 | crate::ast::ModuleItem::parse, | 92 | crate::ast::Item::parse, |
93 | ); | 93 | ); |
94 | } | 94 | } |
95 | 95 | ||