Skip to content

Commit

Permalink
clippy ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 25, 2024
1 parent ab06cda commit 7a4b760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions object_store/src/client/mock_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ impl MockServer {
let mut set = JoinSet::new();

loop {
// https://github.com/apache/arrow-rs/issues/6122
#[allow(clippy::incompatible_msrv)]
let (stream, _) = tokio::select! {
conn = listener.accept() => conn.unwrap(),
_ = &mut rx => break,
Expand Down

0 comments on commit 7a4b760

Please sign in to comment.