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 example in cares_futures.rs currently has queries returning BoxFuture. That's an unnecessary allocation best avoided by returning impl Future - if and when that stabilises.
The example in cares_futures.rs currently has queries returning
BoxFuture
. That's an unnecessary allocation best avoided by returningimpl Future
- if and when that stabilises.See rust-lang/rust#34511.
The text was updated successfully, but these errors were encountered: