Skip to content

Commit

Permalink
consistency in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Nov 30, 2023
1 parent 0820154 commit 718289f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/futures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn main() {
// Handle the response.
match response {
Ok(results) => {
println!("Successful MX lookup...");
for result in &results {
println!(
"host {}, priority {}",
Expand Down

0 comments on commit 718289f

Please sign in to comment.