Skip to content

Commit

Permalink
feat: expose struct fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kamadorueda committed May 6, 2022
1 parent 6ca8030 commit 77f9f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ pub struct InheritAttribute {

#[derive(Clone, Debug, PartialEq)]
pub struct ListElement {
expression: Box<CST>,
expression_trivia: Vec<Rc<Lexeme>>,
pub expression: Box<CST>,
pub expression_trivia: Vec<Rc<Lexeme>>,
}

#[derive(Clone, Debug, PartialEq)]
Expand Down

0 comments on commit 77f9f1d

Please sign in to comment.