Skip to content

Commit

Permalink
fix(console): remove backticks from mangled PR review suggestion (con…
Browse files Browse the repository at this point in the history
…sole-rs#105)

This is my fault, sorry --- I messed up a review suggestion for PR console-rs#104
and broke the build.

This should get it compiley again.
  • Loading branch information
hawkw authored Sep 1, 2021
1 parent 49b0c2e commit 1ad57af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console-subscriber/src/visitors.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! These visitors are responsible for extracting the relevant
```
//! fields from tracing metadata and producing the parts
//! needed to construct `Event` instances.
Expand Down

0 comments on commit 1ad57af

Please sign in to comment.