mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
apply clippy optimization
This commit is contained in:
parent
8a58dfdf13
commit
67de3fc213
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ impl std::fmt::Display for InfoHash {
|
|||
"{}",
|
||||
self.0
|
||||
.iter()
|
||||
.map(|b| format!("{:02x}", b))
|
||||
.map(|b| format!("{b:02x}"))
|
||||
.collect::<String>()
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue