fix: fix clippy error
This commit is contained in:
parent
079afa0d8c
commit
d19a39239d
|
@ -23,7 +23,7 @@ where
|
||||||
env::current_dir().into_diagnostic()?
|
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,
|
Ok(p) => p,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
e.report();
|
e.report();
|
||||||
|
|
Loading…
Reference in New Issue