Skip to content

Commit

Permalink
🚧 Enhance anyhow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Nov 18, 2024
1 parent c5b460c commit 743d263
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cli/src/command/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use crate::{
},
utils::{self, fmt::DurationDisplay},
};
use anyhow::Context;
use bytesize::ByteSize;
use clap::{ArgGroup, Parser, ValueHint};
use pna::{Archive, SolidEntryBuilder, WriteOptions};
Expand Down
2 changes: 0 additions & 2 deletions cli/src/command/stdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use crate::{
},
utils,
};
use anyhow::Context;
use clap::{ArgGroup, Args, Parser, ValueHint};
use std::{fs, io, path::PathBuf};

Expand Down Expand Up @@ -127,7 +126,6 @@ fn run_stdio(args: StdioCommand) -> anyhow::Result<()> {
} else {
unreachable!()
}
.with_context(|| "")
}

fn run_create_archive(args: StdioCommand) -> anyhow::Result<()> {
Expand Down

0 comments on commit 743d263

Please sign in to comment.