bouzuya.hatenablog.com

ぼうずやのにっき

2024-03-29から1日間の記事一覧

clippy::format_collect

署名付き URL の続きを進める過程で、 clippy の警告を受けたのでメモ。 signature .into_iter() .map(|b| format!("{:02x}", b)) .collect::<String>() と書いたところ↓のように警告を受けた。 use of `format!` to build up a string from an iterator this can be</string>…