Skip to content

Commit

Permalink
Fix typo. (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and sebcrozet committed Jun 7, 2019
1 parent fb95634 commit cce690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pest_derive = { version = "2.0", optional = true }
serde_json = "1.0"
rand_xorshift = "0.1"
### Uncomment this line before running benchmarks.
### We can't just let this uncommented because that would breack
### We can't just let this uncommented because that would break
### compilation for #[no-std] because of the terrible Cargo bug
### https://github.com/rust-lang/cargo/issues/4866
#criterion = "0.2.10"
Expand Down

0 comments on commit cce690f

Please sign in to comment.