Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed May 18, 2020
1 parent 3b22f00 commit f244e44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ flatzinc = "0.2"
In your code:

```rust
use nom::error::{convert_error, VerboseError};
use nom::Err;
use flatzinc
use flatzinc::*;

match flatzinc::model::<VerboseError<&str>>(&buf) {
Ok((_, result)) => println!("{:#?}", result),
Expand Down

0 comments on commit f244e44

Please sign in to comment.