From 15ccd864c8869f87a564e5ab7e923dcc2bb54340 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 31 Oct 2021 21:31:04 +0530 Subject: add explainations to each lint --- bin/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/src/main.rs b/bin/src/main.rs index 138b243..31f6823 100644 --- a/bin/src/main.rs +++ b/bin/src/main.rs @@ -88,8 +88,8 @@ fn _main() -> Result<(), StatixErr> { } } SubCommand::Explain(explain_config) => { - let explaination = explain::explain(explain_config.target)?; - println!("{}", explaination); + let explanation = explain::explain(explain_config.target)?; + println!("{}", explanation) } } Ok(()) -- cgit v1.2.3