mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Remove todo comment about arg vs param difference as per clarification from flodiebold
This commit is contained in:
parent
09c438b47e
commit
5707c2d7a6
1 changed files with 0 additions and 4 deletions
|
@ -1586,10 +1586,6 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
|
||||||
/// [Reference](https://doc.rust-lang.org/reference/macros.html)
|
/// [Reference](https://doc.rust-lang.org/reference/macros.html)
|
||||||
struct TokenTree {}
|
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**.
|
/// Generic lifetime, type and constants parameters list **declaration**.
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue