refactor(clippy): adapt to new lints
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ fn internal<'a>(
|
||||
|
||||
result.push(Flattened {
|
||||
item,
|
||||
identifier: child_identifier.to_vec(),
|
||||
identifier: child_identifier.clone(),
|
||||
});
|
||||
|
||||
if opened.contains(&child_identifier) {
|
||||
|
||||
Reference in New Issue
Block a user