Skip to content

Commit

Permalink
Disable custom-executor example
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Sep 25, 2022
1 parent 699fb32 commit f16de10
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/Cargo.toml
Expand Up @@ -21,7 +21,6 @@ serde_derive = "1.0"
serde_json = "1.0"
httparse = "1.0"
httpdate = "1.0"
once_cell = "1.5.2"
rand = "0.8.3"

[target.'cfg(windows)'.dev-dependencies.winapi]
Expand Down Expand Up @@ -71,11 +70,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"
Expand Down

0 comments on commit f16de10

Please sign in to comment.