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
Consider using .clone_from() instead of assigning the result of .clone(). clone_from() may perform better in some cases because some structs may have custom implementations of clone_from(), which improve performance by avoiding needless allocations.
Occurrences
There is 1 occurrence of this issue in the repository.
Description
Consider using
.clone_from()
instead of assigning the result of.clone()
.clone_from()
may perform better in some cases because some structs may have custom implementations ofclone_from()
, which improve performance by avoiding needless allocations.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/parseablehq/parseable/issue/RS-W1070/occurrences/
The text was updated successfully, but these errors were encountered: