diff options
author | veetaha <[email protected]> | 2020-05-10 17:19:56 +0100 |
---|---|---|
committer | veetaha <[email protected]> | 2020-05-10 17:19:56 +0100 |
commit | 5707c2d7a6c7fcf65bab5c700f625e29f594721b (patch) | |
tree | f727e75c86ead8fe88b3a662847ab5147f2a7be9 /xtask/src | |
parent | 09c438b47eb035e84bc013a3e78fae9f938e9b85 (diff) |
Remove todo comment about arg vs param difference as per clarification from flodiebold
Diffstat (limited to 'xtask/src')
-rw-r--r-- | xtask/src/ast_src.rs | 4 |
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 | /// ``` |