mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Fix warn
This commit is contained in:
parent
d91f0eb8d5
commit
067274504d
@ -504,7 +504,7 @@ impl TuiApp {
|
||||
.recipes
|
||||
.iter()
|
||||
.filter(|(_, s)| *s == RecipeStatus::Fetched)
|
||||
.map(|(r, _)| (r.clone()))
|
||||
.map(|(r, _)| r.clone())
|
||||
.collect();
|
||||
self.done = self
|
||||
.recipes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user