File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1784,7 +1784,6 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
1784
1784
/// [While expression reference](https://doc.rust-lang.org/reference/expressions/loop-expr.html#predicate-loops)
1785
1785
struct Condition { T ![ let ] , Pat , T ![ =] , Expr }
1786
1786
1787
- // TODO: this one is used by closure expressions too, but hey use pipes instead of parens
1788
1787
/// Parameter list **declaration**.
1789
1788
///
1790
1789
/// ```
@@ -1797,7 +1796,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
1797
1796
/// ```
1798
1797
///
1799
1798
/// [Reference](https://doc.rust-lang.org/reference/items/functions.html)ocs to codegen script
1800
- struct ParamList {
1799
+ struct ParamList { // FIXME: this node is used by closure expressions too, but hey use pipes instead of parens...
1801
1800
T ![ '(' ] ,
1802
1801
SelfParam ,
1803
1802
params: [ Param ] ,
You can’t perform that action at this time.
0 commit comments