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 clap::Parser;
|
||||||
|
|
||||||
use tools::Recipe;
|
|
||||||
use tools::Repo;
|
use tools::Repo;
|
||||||
|
|
||||||
#[derive(Debug, clap::Parser)]
|
#[derive(Debug, clap::Parser)]
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ pub struct Purchase {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, serde::Deserialize)]
|
#[derive(Debug, serde::Deserialize)]
|
||||||
|
#[allow(non_camel_case_types)]
|
||||||
pub enum Action {
|
pub enum Action {
|
||||||
process(String),
|
process(String),
|
||||||
print,
|
print,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
use crate::recipe::Recipe;
|
use crate::recipe::Recipe;
|
||||||
use std::fmt;
|
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Repo {
|
pub struct Repo {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue