clippy recursion
This commit is contained in:
parent
18b6e99b10
commit
3b73783635
@ -119,7 +119,6 @@ where
|
|||||||
.string_set(path.split('/').peekable(), message)
|
.string_set(path.split('/').peekable(), message)
|
||||||
.map(|_| {
|
.map(|_| {
|
||||||
update = true;
|
update = true;
|
||||||
()
|
|
||||||
})
|
})
|
||||||
.into();
|
.into();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user