Take an IntoIterator
instead of Iterator
in prepare
methods
This commit is contained in:
parent
1469768013
commit
595e09a497
2 changed files with 3 additions and 4 deletions
|
@ -112,8 +112,7 @@ async fn run() {
|
|||
bottom: 160,
|
||||
},
|
||||
default_color: Color::rgb(255, 255, 255),
|
||||
}]
|
||||
.into_iter(),
|
||||
}],
|
||||
&mut cache,
|
||||
)
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue