Skip to content

Commit

Permalink
docs(topic): Explicitly suggest impl Trait change
Browse files Browse the repository at this point in the history
This makes it easier to use methods that deprecations point people to.
  • Loading branch information
epage committed Dec 9, 2023
1 parent 63e8537 commit 787e9bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_topic/nom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
//! 1. Ensure everything compiles and tests pass, ignoring deprecation messages (see [migration
//! notes](https://github.com/winnow-rs/winnow/blob/v0.3.0/CHANGELOG.md))
//! 1. Commit
//! 1. Switch any `impl FnMut(I) -> IResult<I, O, E>` to `impl Parser<I, O, E>`
//! 1. Resolve deprecation messages
//! 1. Commit
//! 1. Run `cargo add [email protected]`
Expand Down

0 comments on commit 787e9bc

Please sign in to comment.