mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 03:33:44 +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
|
/// Lock-file struct, contains all information about imported dependencies
|
||||||
/// and their relationships.
|
/// and their relationships.
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Default, Debug, Clone, Serialize, Deserialize)]
|
||||||
pub struct LockFile {
|
pub struct LockFile {
|
||||||
pub package: Vec<Package>,
|
pub package: Vec<Package>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user