diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated')
-rw-r--r-- | crates/ra_syntax/src/ast/generated/nodes.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index 7de20bff7..c0f27a0f7 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs | |||
@@ -506,7 +506,7 @@ impl TypeAliasDef { | |||
506 | /// ``` | 506 | /// ``` |
507 | /// ❰ | 507 | /// ❰ |
508 | /// #[attr] | 508 | /// #[attr] |
509 | /// unsafe impl<T> !Foo for Bar where T: Debug { | 509 | /// unsafe impl<T> const !Foo for Bar where T: Debug { |
510 | /// #![inner_attr] | 510 | /// #![inner_attr] |
511 | /// // ... | 511 | /// // ... |
512 | /// } | 512 | /// } |
@@ -2440,7 +2440,7 @@ impl LifetimeArg { | |||
2440 | /// Constant value argument that is passed at generic instantiation site. | 2440 | /// Constant value argument that is passed at generic instantiation site. |
2441 | /// | 2441 | /// |
2442 | /// ``` | 2442 | /// ``` |
2443 | /// foo::<❰ u32 ❱, ❰ true ❱ >(); | 2443 | /// foo::<❰ u32 ❱, ❰ true ❱>(); |
2444 | /// | 2444 | /// |
2445 | /// bar::<❰ { 2 + 2} ❱>(); | 2445 | /// bar::<❰ { 2 + 2} ❱>(); |
2446 | /// ``` | 2446 | /// ``` |