diff --git a/website/docs/more/debugging.mdx b/website/docs/more/debugging.mdx index b4b65d805..999ca0a71 100644 --- a/website/docs/more/debugging.mdx +++ b/website/docs/more/debugging.mdx @@ -45,7 +45,7 @@ fn main() { `tracing-web` can be used with [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber) to output messages to the browser console. -```rust, ignore +```rust ,ignore use tracing_subscriber::{ fmt::{ format::{FmtSpan, Pretty},