Skip to content

Commit

Permalink
Add "no_run" to doc test.
Browse files Browse the repository at this point in the history
Don't want to actually output a file.
  • Loading branch information
thoren-d committed Aug 20, 2020
1 parent 8521805 commit fcf2b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A tracing [Layer](`ChromeLayer`) for generating a trace that can be viewed by the Chrome Trace Viewer at `chrome://tracing`.
# Usage
```rust
```no_run
use tracing_chrome::ChromeLayerBuilder;
use tracing_subscriber::{registry::Registry, prelude::*};
Expand Down

0 comments on commit fcf2b37

Please sign in to comment.