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
This is not necessary as the type contains no field that isn't Send and is therefore Send already. See this playground. If the point is to ensure that property for the future, rather add an explicit test asserting the property.
The text was updated successfully, but these errors were encountered:
rio/src/histogram.rs
Line 60 in 43c565f
This is not necessary as the type contains no field that isn't
Send
and is thereforeSend
already. See this playground. If the point is to ensure that property for the future, rather add an explicit test asserting the property.The text was updated successfully, but these errors were encountered: