Skip to content

Commit

Permalink
Merge pull request #162 from ouch-org/comments-cleanup
Browse files Browse the repository at this point in the history
Remove import comments
  • Loading branch information
marcospb19 authored Nov 4, 2021
2 parents e1378b3 + d1988b4 commit 5a53e57
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5a53e57

Please sign in to comment.