From d63917af47c08259b4c4a5f55730a88784ba6746 Mon Sep 17 00:00:00 2001 From: teresy Date: Tue, 6 Nov 2018 17:43:01 -0500 Subject: [PATCH] refactor: use shorthand fields --- src/fs/feature/xattr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/feature/xattr.rs b/src/fs/feature/xattr.rs index 93bab1df..b42b05e3 100644 --- a/src/fs/feature/xattr.rs +++ b/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 {