Skip to content

Commit

Permalink
Remove the chain! combinator
Browse files Browse the repository at this point in the history
This combinator has been there from the beginning of nom, but has
grown too much and is too complicated for maintenance. It has been
replaced with do_parse, which is cleaner and has a nicer syntax
  • Loading branch information
Geal committed May 11, 2017
1 parent 678d65d commit 9af18e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 530 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- `InputIter` does not require `AsChar` on its `Item` type anymore
- the `core` feature that was putting nom in `no_std` mode has been removed. There is now a `std` feature, activated by default. If it is not activated, nom is in `no_std`
- in `verbose-errors` mode, the error list is now stored in a `Vec` instead of a box based linked list
- `chain!` has finally been removed

### Changed

Expand Down
Loading

0 comments on commit 9af18e3

Please sign in to comment.