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 Reporter::report gets called with drained objects, but they are converted to a ref slice, which doesn't allow to own the contents of each element.
That would avoid a lot of clones in the implementations, for example you could avoid the clones here.
Hello,
The Reporter::report gets called with drained objects, but they are converted to a ref slice, which doesn't allow to own the contents of each element.
That would avoid a lot of clones in the implementations, for example you could avoid the clones here.
Thanks.
Originally posted by @dgrr in tikv/minitrace-rust#217
The text was updated successfully, but these errors were encountered: