From d1988b4ba2cd2db42316adfe6d778c82a4cb95f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Bezerra?= Date: Thu, 4 Nov 2021 01:08:09 -0300 Subject: [PATCH] Remove import comments --- src/commands.rs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/commands.rs b/src/commands.rs index 9a8309f68..310339854 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -24,19 +24,6 @@ use crate::{ Opts, QuestionPolicy, Subcommand, }; -// use crate::{ -// archive, -// error::FinalError, -// extension::{ -// self, -// CompressionFormat::{self, *}, -// Extension, -// }, -// info, -// utils::{self, concatenate_list_of_os_str, dir_is_empty, nice_directory_display, to_utf}, -// Opts, QuestionPolicy, Subcommand, -// }; - // Used in BufReader and BufWriter to perform less syscalls const BUFFER_CAPACITY: usize = 1024 * 64;