fix some warnings

This commit is contained in:
Sebastian Kuzminsky 2025-01-21 14:26:13 -06:00
parent d2f4ca05b0
commit 6198f327d7
3 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
use clap::Parser;
use tools::Recipe;
use tools::Repo;
#[derive(Debug, clap::Parser)]