We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914b67a commit b4c1405Copy full SHA for b4c1405
src/grid/ntv2/mod.rs
@@ -86,7 +86,7 @@ impl Ntv2Grid {
86
continue;
87
}
88
89
- current_grid_id = grid_id.clone();
+ current_grid_id.clone_from(&grid_id);
90
91
if let Some(children) = self.lookup_table.get(¤t_grid_id) {
92
queue.clone_from(children);
0 commit comments