Skip to content

Commit

Permalink
fix(exmaples): make clippy happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp committed Feb 13, 2022
1 parent 6c1c6e5 commit a69879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/actix-http/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async fn main() -> std::io::Result<()> {
.bind("127.0.0.1:8088")
.unwrap()
.run()
.await;
.await?;

// wait until all pending spans get exported.
shutdown_tracer_provider();
Expand Down

0 comments on commit a69879f

Please sign in to comment.