I'm a little surprised that `Version` doesn't impl `std::fmt::Display` when I formatting the log, so I use `Debug` for now. I searched issues but didn't find relevant topic. Is adding the `Display` impl ok? Are there some concerns I missed?
I'm a little surprised that
Versiondoesn't implstd::fmt::Displaywhen I formatting the log, so I useDebugfor now.I searched issues but didn't find relevant topic.
Is adding the
Displayimpl ok? Are there some concerns I missed?