aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/generated.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/src/ast/generated.rs')
-rw-r--r--crates/ra_syntax/src/ast/generated.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs
index 408449fd6..aaf03ce3f 100644
--- a/crates/ra_syntax/src/ast/generated.rs
+++ b/crates/ra_syntax/src/ast/generated.rs
@@ -172,9 +172,6 @@ impl Attr {
172 pub fn input(&self) -> Option<AttrInput> { 172 pub fn input(&self) -> Option<AttrInput> {
173 AstChildren::new(&self.syntax).next() 173 AstChildren::new(&self.syntax).next()
174 } 174 }
175 pub fn value(&self) -> Option<TokenTree> {
176 AstChildren::new(&self.syntax).next()
177 }
178} 175}
179#[derive(Debug, Clone, PartialEq, Eq, Hash)] 176#[derive(Debug, Clone, PartialEq, Eq, Hash)]
180pub enum AttrInput { 177pub enum AttrInput {