fix: fix clippy error

This commit is contained in:
Cainã Costa 2023-07-24 10:39:56 -03:00 committed by Lucas
parent 079afa0d8c
commit d19a39239d
1 changed files with 1 additions and 1 deletions

View File

@ -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();