Merge pull request #162 from ouch-org/comments-cleanup

Remove import comments
This commit is contained in:
João Marcos Bezerra 2021-11-04 02:40:40 -03:00 committed by GitHub
commit 5a53e5725e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,19 +24,6 @@ use crate::{
Opts, QuestionPolicy, Subcommand, 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 // Used in BufReader and BufWriter to perform less syscalls
const BUFFER_CAPACITY: usize = 1024 * 64; const BUFFER_CAPACITY: usize = 1024 * 64;