Skip to content

Commit f29e579

Browse files
committed
Fix clippy warnings
1 parent 7c8b019 commit f29e579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dc/s2n-quic-dc/src/stream/tests/shared_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async fn test_connection(
123123
.with_protocol(Protocol::Tcp)
124124
.with_udp(false)
125125
.with_workers(NonZeroUsize::new(1).unwrap())
126-
.with_socket_path(&unix_socket_path)
126+
.with_socket_path(unix_socket_path)
127127
.build(test_event_subscriber.clone())
128128
.unwrap();
129129
info!(

0 commit comments

Comments
 (0)