mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 19:22:01 +03:00
clippy fix
This commit is contained in:
parent
2c58bf30a0
commit
9cc2a8e2d1
@ -30,7 +30,7 @@ pub const LOCKFILE_FILENAME: &str = "Leo.lock";
|
||||
|
||||
/// Lock-file struct, contains all information about imported dependencies
|
||||
/// and their relationships.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
#[derive(Default, Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct LockFile {
|
||||
pub package: Vec<Package>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user