Closed ithinuel closed 2 years ago
Serde no longer has a public (hidden) export module. The fmt module in serde was a re-export of core/std fmt. Let's use that one directly instead.
fmt
Serde no longer has a public (hidden) export module. The
fmt
module in serde was a re-export of core/std fmt. Let's use that one directly instead.