mirror of
https://github.com/bootandy/dust.git
synced 2025-12-12 07:40:40 -08:00
Comment: Remove comment
This can't be done easily
This commit is contained in:
@@ -4,7 +4,7 @@ use std::path::PathBuf;
|
||||
pub struct DisplayNode {
|
||||
// Note: the order of fields in important here, for PartialEq and PartialOrd
|
||||
pub size: u64,
|
||||
pub name: PathBuf, //todo: consider moving to a string?
|
||||
pub name: PathBuf,
|
||||
pub children: Vec<DisplayNode>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user