From d7f7b45727f2c61647b9816c48d7098b57f4c031 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 25 Sep 2022 10:00:54 +0200 Subject: [PATCH] Disable `custom-executor` example --- examples/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) 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"