fix a bunch of warnings!

This commit is contained in:
Qyriad 2026-03-10 18:46:55 +01:00
parent b49032d5f4
commit b48209a33a
6 changed files with 10 additions and 84 deletions

View file

@ -34,7 +34,6 @@ fn main_wrapped() -> Result<(), Box<dyn StdError + Send + Sync + 'static>> {
use dynix::args::Subcommand::*;
match &args.subcommand {
Append(append_args) => dynix::do_append(args.clone(), append_args.clone())?,
Delta(delta_args) => dynix::do_delta(args.clone(), delta_args.clone())?,
};
}