1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Index: nom/Cargo.toml
===================================================================
--- nom.orig/Cargo.toml
+++ nom/Cargo.toml
@@ -54,35 +54,6 @@ lto = true
codegen-units = 1
debug = true
-[[example]]
-name = "custom_error"
-path = "examples/custom_error.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "json"
-path = "examples/json.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "json_iterator"
-path = "examples/json_iterator.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"
|