Skip to content

Commit

Permalink
refactor: fix parse option clone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 13, 2022
1 parent 0411ff4 commit f70f594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ mod tests {
let vec = by_dir(path, FileFilter::default(), &ParseOption::default());

assert_eq!(3, vec.len());
let result = MermaidRender::render(&vec);
let result = MermaidRender::render(&vec, );

println!("{:?}", result);

Expand Down

0 comments on commit f70f594

Please sign in to comment.