Skip to content

Commit

Permalink
fix: fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta authored and rvcas committed Jul 24, 2023
1 parent 079afa0 commit d19a392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aiken/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ where
env::current_dir().into_diagnostic()?
};

let mut project = match Project::new(project_path, Terminal::default()) {
let mut project = match Project::new(project_path, Terminal) {
Ok(p) => p,
Err(e) => {
e.report();
Expand Down

0 comments on commit d19a392

Please sign in to comment.