From 3e72b47e2a621e6a5ae57d60d3c4761c2d863f27 Mon Sep 17 00:00:00 2001 From: Patrick Haun Date: Mon, 4 Mar 2024 09:05:16 +0100 Subject: [PATCH] chore: fmt --- src/app/mod.rs | 1 - src/config/settings.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/app/mod.rs b/src/app/mod.rs index cc94d1d..7a3b218 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -1,6 +1,5 @@ use clap::{crate_version, value_parser, Arg, ArgAction, Command}; - pub fn app() -> Command { let arg_with_fzf = Arg::new("with-fzf") .long("with-fzf") diff --git a/src/config/settings.rs b/src/config/settings.rs index c8469d1..61b5558 100644 --- a/src/config/settings.rs +++ b/src/config/settings.rs @@ -26,7 +26,6 @@ impl Tag { } } - #[derive(Serialize, Deserialize, Debug, Clone)] pub struct Settings { pub workspace: String,