1
0
Эх сурвалжийг харах

Merge pull request #435 from teresy/shorthand-fields

refactor: use shorthand fields
Benjamin Sago 7 жил өмнө
parent
commit
efb0ad522c

+ 1 - 1
src/fs/feature/xattr.rs

@@ -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 {