From 8d4c11625a4c294f096e7d735d6d8e93c1941844 Mon Sep 17 00:00:00 2001 From: veetaha Date: Tue, 12 May 2020 23:57:04 +0300 Subject: Remove an equals sign from `ConstArg` (this probably pertains only to ConstParam) (As per matklad) --- crates/ra_syntax/src/ast/generated/nodes.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/ra_syntax') diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index a25646c6b..cf6067e57 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs @@ -2479,7 +2479,6 @@ pub struct ConstArg { } impl ConstArg { pub fn literal(&self) -> Option { support::child(&self.syntax) } - pub fn eq_token(&self) -> Option { support::token(&self.syntax, T![=]) } pub fn block_expr(&self) -> Option { support::child(&self.syntax) } } /// FIXME: (@edwin0cheng) Remove it to use ItemList instead -- cgit v1.2.3