tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
234 stars 335 forks source link

Remove outdated error while explicitly dropping a future with drop #799

Open barabadzhi opened 2 weeks ago

barabadzhi commented 2 weeks ago

Explicit dropping is no longer an error on stable. It is now possible to drop without a nested scope.