Skip to content

Commit

Permalink
Merge pull request #517 from YouSafe/patch-1
Browse files Browse the repository at this point in the history
Update command in chapter 8
  • Loading branch information
epage authored May 1, 2024
2 parents 066d711 + e904e67 commit 4617b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_tutorial/chapter_8.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Chapter 8: Debugging
//!
//! When things inevitably go wrong, you can introspect the parsing state by running your test case
//! with `--features debug`:
//! with `--features winnow/debug`:
//! ![Trace output from string example](https://raw.githubusercontent.com/winnow-rs/winnow/main/assets/trace.svg "Example output")
//!
//! You can extend your own parsers to show up by wrapping their body with
Expand Down

0 comments on commit 4617b91

Please sign in to comment.