From 75a53eb45b19e2e54e85d4366ff4741132e78c5e Mon Sep 17 00:00:00 2001 From: lordofwizard Date: Thu, 17 Oct 2024 07:40:14 +0530 Subject: [PATCH] [WARN] Removed unwanted warnings --- src/run.rs | 1 - src/setup.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/run.rs b/src/run.rs index 1aab9aa..2959751 100644 --- a/src/run.rs +++ b/src/run.rs @@ -32,7 +32,6 @@ impl Run { #[cfg(test)] mod tests { - use super::*; #[test] fn run_has_std_practices() { diff --git a/src/setup.rs b/src/setup.rs index d597e7e..48cbd53 100644 --- a/src/setup.rs +++ b/src/setup.rs @@ -1,5 +1,5 @@ use std::{ - fs, io::{self, Write}, mem::take, panic, path::Path + fs, io::{self, Write}, panic, path::Path }; pub fn setup() { let project_name = take_project_name();