Fix readme example
This commit is contained in:
parent
9b9d25b420
commit
5f83b33281
@ -50,7 +50,7 @@ fn main() {
|
|||||||
let includes: Vec<PathBuf> = Vec::new();
|
let includes: Vec<PathBuf> = Vec::new();
|
||||||
|
|
||||||
// Parse
|
// Parse
|
||||||
let result = parse_sv(&path, &defines, &includes, false);
|
let result = parse_sv(&path, &defines, &includes, false, false);
|
||||||
|
|
||||||
if let Ok((syntax_tree, _)) = result {
|
if let Ok((syntax_tree, _)) = result {
|
||||||
// &SyntaxTree is iterable
|
// &SyntaxTree is iterable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user