diff options
-rw-r--r-- | crates/ra_syntax/src/ast/generated/nodes.rs | 2 | ||||
-rw-r--r-- | xtask/src/ast_src.rs | 2 |
2 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 fc6733d64..3e5624bd2 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs | |||
@@ -2410,7 +2410,7 @@ impl TypeArg { | |||
2410 | } | 2410 | } |
2411 | /// Associated type argument that is passed at generic instantiation site. | 2411 | /// Associated type argument that is passed at generic instantiation site. |
2412 | /// ``` | 2412 | /// ``` |
2413 | /// use foo::<'a, u64, bool, ❰ Item = Bar ❱, 42>::baz; | 2413 | /// type Foo = Bar::<'a, u64, bool, ❰ Item = Baz ❱, 42>::Bruh; |
2414 | /// | 2414 | /// |
2415 | /// trait Bruh<T>: Iterator<❰ Item: Debug ❱> {} | 2415 | /// trait Bruh<T>: Iterator<❰ Item: Debug ❱> {} |
2416 | /// ``` | 2416 | /// ``` |
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 61580bd1a..e68c77a62 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs | |||
@@ -1961,7 +1961,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { | |||
1961 | 1961 | ||
1962 | /// Associated type argument that is passed at generic instantiation site. | 1962 | /// Associated type argument that is passed at generic instantiation site. |
1963 | /// ``` | 1963 | /// ``` |
1964 | /// use foo::<'a, u64, bool, ❰ Item = Bar ❱, 42>::baz; | 1964 | /// type Foo = Bar::<'a, u64, bool, ❰ Item = Baz ❱, 42>::Bruh; |
1965 | /// | 1965 | /// |
1966 | /// trait Bruh<T>: Iterator<❰ Item: Debug ❱> {} | 1966 | /// trait Bruh<T>: Iterator<❰ Item: Debug ❱> {} |
1967 | /// ``` | 1967 | /// ``` |