Skip to content

Commit

Permalink
Refine enabling feature
Browse files Browse the repository at this point in the history
  • Loading branch information
afreeland committed Feb 24, 2024
1 parent 7ce0526 commit f342865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ We also can try to identify how the token `fast` works by looking at `9`, first,

### Enabling

To enable this debugging output you can use the `debug` feature.
To enable debugging output you can define a `debug` feature in your `Cargo.toml` file, like this:

In your `Cargo.toml` you can
```
// Cargo.toml
[dependencies]
logos = { version = "1.2.3", features = ["debug"] }
```

0 comments on commit f342865

Please sign in to comment.