I found these by grepping for `&[a-z_\.]*\.clone()`, i.e. expressions like `&a.b.clone()`, which are sometimes unnecessary clones, and also looking at clones nearby to cases like that. |
||
|---|---|---|
| .. | ||
| binary_heap | ||
| btree | ||
| linked_list | ||
| vec_deque | ||
| linked_list.rs | ||
| mod.rs | ||