Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/rust.ungram')
| -rw-r--r-- | crates/syntax/rust.ungram | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/syntax/rust.ungram b/crates/syntax/rust.ungram index 08c8749e36..1c15a606f9 100644 --- a/crates/syntax/rust.ungram +++ b/crates/syntax/rust.ungram @@ -46,7 +46,6 @@ GenericArg = | AssocTypeArg | LifetimeArg | ConstArg -| ReturnTypeArg TypeArg = Type @@ -60,9 +59,6 @@ LifetimeArg = ConstArg = Expr -ReturnTypeArg = - NameRef '(' '..' ')' ':' TypeBoundList - MacroCall = Attr* Path '!' TokenTree ';'? |