diff --git a/examples/Cargo.toml b/examples/Cargo.toml index d2aca69d84a..a034b979b88 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -71,11 +71,6 @@ path = "udp-codec.rs" name = "tinyhttp" path = "tinyhttp.rs" -[[example]] -name = "custom-executor" -path = "custom-executor.rs" - - [[example]] name = "custom-executor-tokio-context" path = "custom-executor-tokio-context.rs"