Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rast | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rast b/crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rast index 90c258cd1a..2d6d4b2681 100644 --- a/crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rast +++ b/crates/syntax/test_data/parser/validation/0037_visibility_in_traits.rast @@ -51,12 +51,13 @@ [email protected] [email protected] "pub" - [email protected] "(" - [email protected] "crate" - [email protected] ")" + [email protected] "(" + [email protected] "crate" + [email protected] ")" [email protected] "type" @@ -73,12 +74,13 @@ [email protected] [email protected] "pub" - [email protected] "(" - [email protected] "crate" - [email protected] ")" + [email protected] "(" + [email protected] "crate" + [email protected] ")" [email protected] "const" |