Skip to content

Commit

Permalink
fix issue #123748 <rust-lang/rust#123748>
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Sep 10, 2024
1 parent c6d94ea commit 51580e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jet1090/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}

if let Some(c) = &mut redis_connect {
c.publish(redis_topic.clone(), json).await?;
let _: () = c.publish(redis_topic.clone(), json).await?;
}
}

Expand Down

0 comments on commit 51580e3

Please sign in to comment.