You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Request::execute` method captures a
`url::form_urlencoded::Serializer` in the generator,
which causes the overall future to be !Send/!Sync
To avoid capturing this, I've explicitly introduced a new
scope (just using `drop` doesn't work). I've also added a test
to make sure that this doesn't regress.
0 commit comments