mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-29 23:23:53 +00:00
refactor: use shorthand fields
This commit is contained in:
parent
57e4c08411
commit
d63917af47
@ -131,7 +131,7 @@ mod lister {
|
|||||||
FollowSymlinks::No => 0x0000,
|
FollowSymlinks::No => 0x0000,
|
||||||
};
|
};
|
||||||
|
|
||||||
Lister { c_flags: c_flags }
|
Lister { c_flags }
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn translate_attribute_name(&self, input: &[u8]) -> String {
|
pub fn translate_attribute_name(&self, input: &[u8]) -> String {
|
||||||
|
Loading…
Reference in New Issue
Block a user