mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
rename local vars
This commit is contained in:
parent
736f6fac98
commit
559eb02c75
1 changed files with 3 additions and 3 deletions
|
|
@ -191,9 +191,9 @@ async fn main() -> Result<()> {
|
|||
Some(
|
||||
images
|
||||
.into_iter()
|
||||
.map(|i| Image {
|
||||
alt: i.to_str().map(|p| p.to_string()),
|
||||
bytes: preload.bytes(&i).unwrap(),
|
||||
.map(|p| Image {
|
||||
alt: p.to_str().map(|s| s.to_string()),
|
||||
bytes: preload.bytes(&p).unwrap(),
|
||||
})
|
||||
.collect(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue