--- nom-7.1.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ nom-7.1.1/Cargo.toml 2022-03-17T21:43:47.840913+00:00 @@ -31,25 +31,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"