Skip to content

Commit 9b28a94

Browse files
committed
Fix clippy error in test
Signed-off-by: Jiahao XU <[email protected]>
1 parent 0fc91c6 commit 9b28a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ mod test {
644644
client.try_acquire().unwrap().unwrap();
645645
}
646646

647-
#[cfg(any(not(unix), linux))]
647+
#[cfg(any(windows, target_os = "linux"))]
648648
#[test]
649649
fn test_try_acquire() {
650650
let client = Client::new(0).unwrap();

0 commit comments

Comments
 (0)