mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #36 from rustic-rs/fix-tree-dev
fix possible node types
This commit is contained in:
commit
f8581b224e
@ -29,7 +29,10 @@ pub enum NodeType {
|
||||
File,
|
||||
Dir,
|
||||
Symlink { linktarget: String },
|
||||
Device { device: u64 },
|
||||
Dev { device: u64 },
|
||||
Chardev { device: u64 },
|
||||
Fifo,
|
||||
Socket,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, PartialEq, Serialize, Deserialize, Getters)]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user