aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r--xtask/src/ast_src.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index c7cc0c35f..16222b3c4 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -1586,10 +1586,6 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
1586 /// [Reference](https://doc.rust-lang.org/reference/macros.html) 1586 /// [Reference](https://doc.rust-lang.org/reference/macros.html)
1587 struct TokenTree {} 1587 struct TokenTree {}
1588 1588
1589 // TODO: clarify this param vs arg i.e. delcaration vs instantiation
1590 // TODO: arg vs param doesn't really make a difference, the naming here is very confusing
1591 // This one is not so obvious as pattern vs template (@matklad)
1592 //
1593 /// Generic lifetime, type and constants parameters list **declaration**. 1589 /// Generic lifetime, type and constants parameters list **declaration**.
1594 /// 1590 ///
1595 /// ``` 1591 /// ```