Skip to content

Commit

Permalink
Merge branch 'master' into rework-sse
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs authored Jul 30, 2020
2 parents ccf863f + a9b9733 commit 2fdd369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! demonstrates how the `warp::trace` module can be used to instrument `warp`
//! applications with `tracing`.
//!
//! [`tracing`]: https://crates.io/tracing
//! [`tracing`]: https://crates.io/crates/tracing
#![deny(warnings)]
use tracing_subscriber::fmt::format::FmtSpan;
use warp::Filter;
Expand Down

0 comments on commit 2fdd369

Please sign in to comment.