rmanoka / async-scoped

A scope for async_std and tokio to spawn non-static futures
117 stars 14 forks source link

Cargo.toml: rm unused slab dependency #14

Closed bobisme closed 11 months ago

bobisme commented 11 months ago

I saw on lib.rs that this project was using slab.

I wondered why, so I checked the code.

I see it's not actually used anywhere.

Confirmed with cargo machete and tested with cargo test --all-features.

rmanoka commented 11 months ago

Nice catch @bobisme ; I think it was used in initial impl.