Setup rustfmt for everything and address cargo clippy.

This commit is contained in:
2022-06-24 15:14:44 -07:00
parent 5e7139f0ba
commit 1ca903c64b
16 changed files with 41 additions and 44 deletions

View File

@@ -4,7 +4,6 @@ use std::fs;
#[cfg(feature = "profile")]
use cpuprofiler::PROFILER;
use log::info;
use stderrlog;
use structopt::StructOpt;
use renderer::renderer::render;