diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated')
-rw-r--r-- | crates/ra_syntax/src/ast/generated/nodes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index c0f27a0f7..a8360dfef 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs | |||
@@ -1971,7 +1971,7 @@ impl LifetimeParam { | |||
1971 | /// where | 1971 | /// where |
1972 | /// T: ❰ Send ❱ + ❰ Sync ❱ | 1972 | /// T: ❰ Send ❱ + ❰ Sync ❱ |
1973 | /// { | 1973 | /// { |
1974 | /// type Baz: ❰ !Sync ❱ + ❰ Debug ❱; | 1974 | /// type Baz: ❰ !Sync ❱ + ❰ Debug ❱ + ❰ ?const Add ❱; |
1975 | /// } | 1975 | /// } |
1976 | /// ``` | 1976 | /// ``` |
1977 | /// | 1977 | /// |