From 9feb28926a9fce7e904288a0c522d7eb595a85c1 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 7 Jun 2019 23:54:56 +0700 Subject: [PATCH] Fix typo. (#600) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4371df05..08e14057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"