Skip to content

Commit

Permalink
remove unreachable path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaesaecracker committed Nov 13, 2024
1 parent 2e8a61b commit bb34541
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/servicepoint/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ impl Connection {
let _ = data;
Ok(())
}
#[allow(unreachable_patterns)] // depends on features
_ => {
panic!("Connection {:?} does not support immutable send", self)
}
}
}
}
Expand Down

0 comments on commit bb34541

Please sign in to comment.