Move the Formatter Serializer to a module

Let's keep impls.rs for Serialize impls, which there are enough of
already.
This commit is contained in:
David Tolnay
2020-05-09 17:19:19 -07:00
parent 99bc52f685
commit 6182eceed1
3 changed files with 152 additions and 131 deletions
+1
View File
@@ -109,6 +109,7 @@
use lib::*;
mod fmt;
mod impls;
mod impossible;