mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 11:12:48 +03:00
Clippy
This commit is contained in:
parent
c67e816a6c
commit
e24e876d70
@ -173,7 +173,7 @@ impl Package {
|
||||
InputsDirectory::create(path)?;
|
||||
|
||||
// Create the Leo build/ directory
|
||||
BuildDirectory::create(&path)?;
|
||||
BuildDirectory::create(path)?;
|
||||
|
||||
// Create the input file in the inputs directory.
|
||||
InputFile::new(package_name).write_to(path)?;
|
||||
|
Loading…
Reference in New Issue
Block a user