Skip to content

Commit 062f6c0

Browse files
authored
test: clean clippy needless_borrow false positive issue (#2310)
1 parent ca173ff commit 062f6c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_unistd.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,8 +1180,6 @@ fn test_access_file_exists() {
11801180
.expect("assertion failed");
11811181
}
11821182

1183-
//Clippy false positive https://github.com/rust-lang/rust-clippy/issues/9111
1184-
#[allow(clippy::needless_borrow)]
11851183
#[cfg(not(target_os = "redox"))]
11861184
#[test]
11871185
fn test_user_into_passwd() {

0 commit comments

Comments
 (0)