Blob Blame History Raw
--- nom-7.1.0/Cargo.toml	1970-01-01T00:00:01+00:00
+++ nom-7.1.0/Cargo.toml	2021-11-05T10:42:04.874822+00:00
@@ -30,25 +30,6 @@
 lto = true
 codegen-units = 1
 debug = true
-
-[[example]]
-name = "json"
-path = "examples/json.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "iterator"
-path = "examples/iterator.rs"
-
-[[example]]
-name = "s_expression"
-path = "examples/s_expression.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "string"
-path = "examples/string.rs"
-required-features = ["alloc"]
 
 [[test]]
 name = "arithmetic"