Skip to content

Commit

Permalink
fix one more dereference
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Oct 16, 2023
1 parent 9a75a6e commit 2f80068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rs/test/src/bin/kitchen_sink_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fn run() -> thrift::Result<()> {
// different processor) this isn't possible.
//
// Since what I'm doing is uncommon I'm just going to duplicate the code
match &*service {
match service {
"part" => run_meal_server(
socket,
r_transport_factory,
Expand Down

0 comments on commit 2f80068

Please sign in to comment.