Use .display()
on paths in debug logs
This is a newish clippy lint ( #unnecessary_debug_formatting ) that suggests using .display instead, and it really does make the line a bit better to read as a log.
.display()
on paths in debug logs
This is a newish clippy lint ( #unnecessary_debug_formatting ) that suggests using .display instead, and it really does make the line a bit better to read as a log.