rosefromthedead / effing-mad

Algebraic effects for Rust
586 stars 20 forks source link

Fix compilation of examples/sync-and-async #2

Closed max-heller closed 2 years ago

rosefromthedead commented 2 years ago

I am attentive and can be trusted to maintain software - today's affirmation

Thanks for catching that. The cargo feature was intentional, because I'd rather not make users compile 98 crates just to run the basic example that prints 4 lines and exits. It's not obvious that you need to pass --features http but so far I haven't thought of a good way to document it. The other stuff was just me being stupid and forgetting to check that everything still compiles, so thanks for catching it :+1: