You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-nom/nom-fix-metadata.diff

29 lines
555 B

--- 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"
5 years ago
-required-features = ["alloc"]
-
-[[example]]
-name = "string"
-path = "examples/string.rs"
-required-features = ["alloc"]
[[test]]
name = "arithmetic"