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
* We don't call delete() and update() outside of tests, which technically
makes the two "dead" code
* clone_from() is a bit opinionated, but it basically allows to have
a clever Clone implementation that avoids memory allocations. See
https://rust-lang.github.io/rust-clippy/master/index.html#/assigning_clones
0 commit comments