make syntaxtree.text public
This commit is contained in:
parent
f5b3f2b090
commit
af11f5ff1e
@ -15,7 +15,7 @@ pub use sv_parser_syntaxtree::*;
|
||||
|
||||
pub struct SyntaxTree {
|
||||
node: AnyNode,
|
||||
text: PreprocessedText,
|
||||
pub text: PreprocessedText,
|
||||
}
|
||||
|
||||
impl SyntaxTree {
|
||||
|
Loading…
x
Reference in New Issue
Block a user