Remove todo comment about arg vs param difference as per clarification from flodiebold

This commit is contained in:
veetaha 2020-05-10 19:19:56 +03:00
parent 09c438b47e
commit 5707c2d7a6

View File

@ -1586,10 +1586,6 @@ struct Attr { T![#], T![!], T!['['], Path, T![=], input: AttrInput, T![']'] }
/// [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**.
///
/// ```