Skip to content

Commit 4ce85a1

Browse files
committed
Fix a warning in a test
1 parent 720ca91 commit 4ce85a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/easy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,5 +805,5 @@ b",
805805
#[test]
806806
fn check_unix_socket() {
807807
let mut h = handle();
808-
h.unix_socket("/var/something.socks").is_ok();
808+
drop(h.unix_socket("/var/something.socks"));
809809
}

0 commit comments

Comments
 (0)