Removed unused data structures
This commit is contained in:
parent
d210c44905
commit
634c19be51
@ -16,18 +16,6 @@ pub struct Plist {
|
|||||||
pub entries: Vec<Entry>,
|
pub entries: Vec<Entry>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize, Serialize)]
|
|
||||||
pub struct Directory {
|
|
||||||
pub path: PathBuf,
|
|
||||||
pub mode: u32,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Deserialize, Serialize)]
|
|
||||||
pub struct Link {
|
|
||||||
pub path: PathBuf,
|
|
||||||
pub target: PathBuf,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Deserialize, Serialize, PartialEq)]
|
#[derive(Deserialize, Serialize, PartialEq)]
|
||||||
pub enum Entry {
|
pub enum Entry {
|
||||||
File {
|
File {
|
||||||
|
Loading…
Reference in New Issue
Block a user