chore: misc clippy lints
This commit is contained in:
parent
50bea73ce3
commit
5c6445edea
22 changed files with 74 additions and 72 deletions
|
|
@ -372,9 +372,8 @@ pub fn parse_file_at_path(parser: &mut Parser, opts: &ParseFileOptions) -> Resul
|
|||
bytes: source_code.len(),
|
||||
duration: Some(duration),
|
||||
});
|
||||
} else {
|
||||
parser.stop_printing_dot_graphs();
|
||||
}
|
||||
parser.stop_printing_dot_graphs();
|
||||
|
||||
if opts.print_time {
|
||||
let duration = time.elapsed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue