From 80c529d1dc57873ad07ed1eb656eafe72c9a7e29 Mon Sep 17 00:00:00 2001 From: veetaha Date: Sun, 10 May 2020 19:15:04 +0300 Subject: Remove on TypeAliasDef as per flodiebold --- xtask/src/ast_src.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xtask/src') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index ab50eee36..e6182e857 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -651,7 +651,6 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { T![;] } - // TODO: clarify whether this does include assoc type with bounds /// Type alias definition. /// Includes associated type clauses with type bounds. /// @@ -1990,7 +1989,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { /// Constant value argument that is passed at generic instantiation site. /// /// ``` - /// foo::<❰ u32 ❱, ❰ true ❱ >(); + /// foo::<❰ u32 ❱, ❰ true ❱>(); /// /// bar::<❰ { 2 + 2} ❱>(); /// ``` -- cgit v1.2.3