From 5707c2d7a6c7fcf65bab5c700f625e29f594721b Mon Sep 17 00:00:00 2001 From: veetaha Date: Sun, 10 May 2020 19:19:56 +0300 Subject: Remove todo comment about arg vs param difference as per clarification from flodiebold --- xtask/src/ast_src.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xtask/src') 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 { /// [Reference](https://doc.rust-lang.org/reference/macros.html) struct TokenTree {} - // TODO: clarify this param vs arg i.e. delcaration vs instantiation - // TODO: arg vs param doesn't really make a difference, the naming here is very confusing - // This one is not so obvious as pattern vs template (@matklad) - // /// Generic lifetime, type and constants parameters list **declaration**. /// /// ``` -- cgit v1.2.3