Merge pull request #435 from teresy/shorthand-fields

refactor: use shorthand fields
This commit is contained in:
Benjamin Sago 2018-11-13 08:12:16 +00:00 committed by GitHub
commit efb0ad522c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ mod lister {
FollowSymlinks::No => 0x0000,
};
Lister { c_flags: c_flags }
Lister { c_flags }
}
pub fn translate_attribute_name(&self, input: &[u8]) -> String {