mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Merge pull request #162 from ouch-org/comments-cleanup
Remove import comments
This commit is contained in:
commit
5a53e5725e
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user