src/tools/format.rs: move output rendering code to this new file

This commit is contained in:
Dietmar Maurer
2020-02-28 07:30:35 +01:00
parent c81b2b7c70
commit 4939255fb4
4 changed files with 69 additions and 61 deletions

View File

@ -23,6 +23,7 @@ pub mod async_io;
pub mod borrow;
pub mod daemon;
pub mod fs;
pub mod format;
pub mod lru_cache;
pub mod runtime;
pub mod ticket;