Remove todo comment about arg vs param difference as per clarification from flodiebold
This commit is contained in:
parent
09c438b47e
commit
5707c2d7a6
@ -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**.
|
||||
///
|
||||
/// ```
|
||||
|
Loading…
Reference in New Issue
Block a user