Skip to content

Commit

Permalink
Revert "clippy ignore"
Browse files Browse the repository at this point in the history
This reverts commit 7a4b760.
  • Loading branch information
alamb committed Jul 25, 2024
1 parent 9deeb92 commit 02cc64d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions object_store/src/client/mock_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ 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 02cc64d

Please sign in to comment.