Setup rustfmt for everything and address cargo clippy.
This commit is contained in:
2
rtiow/tracer/rustfmt.toml
Normal file
2
rtiow/tracer/rustfmt.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
imports_granularity = "Crate"
|
||||
format_code_in_doc_comments = true
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user