chore: use fmt::Formatter helpers (#6775)

This commit is contained in:
DaniPopes
2024-02-24 13:40:19 +02:00
committed by GitHub
parent 12b3bae53d
commit b7ac2d6fd2
4 changed files with 28 additions and 19 deletions

View File

@ -49,6 +49,7 @@ fnv = "1.0.7"
bitflags.workspace = true
auto_impl = "1.0"
smallvec.workspace = true
itertools.workspace = true
# testing
rand = { workspace = true, optional = true }