Skip to content

Commit 57edda6

Browse files
committed
Fix lints
1 parent 98b9c04 commit 57edda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_ls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6162,7 +6162,7 @@ fn test_acl_display_symlink() {
61626162

61636163
let first = iter.next().unwrap();
61646164

6165-
assert!(iter.all(|i| i == first))
6165+
assert!(iter.all(|i| i == first));
61666166
}
61676167

61686168
#[test]

0 commit comments

Comments
 (0)