fix some warnings
This commit is contained in:
parent
d2f4ca05b0
commit
6198f327d7
3 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use clap::Parser;
|
||||
|
||||
use tools::Recipe;
|
||||
use tools::Repo;
|
||||
|
||||
#[derive(Debug, clap::Parser)]
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ pub struct Purchase {
|
|||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize)]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub enum Action {
|
||||
process(String),
|
||||
print,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
use crate::recipe::Recipe;
|
||||
use std::fmt;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Repo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue