Closed Enet4 closed 4 years ago
format! macro already provides a String, so calling to_string is not needed here.
format!
to_string
This should at least clear the error emerging from Clippy in CI.
Thanks!
format!
macro already provides a String, so callingto_string
is not needed here.This should at least clear the error emerging from Clippy in CI.