Skip to content

Commit

Permalink
πŸ“‹ Attempt to fix ci clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xsv24 committed Apr 23, 2023
1 parent f26e0ab commit a5c09de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/config/args.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use clap::Args;
use clap::{Args, Subcommand};

use crate::{
domain::{
Expand All @@ -12,7 +12,7 @@ use crate::{
entry::Interactive,
};

#[derive(Debug, Clone, clap::Subcommand)]
#[derive(Debug, Clone, Subcommand)]
pub enum Arguments {
/// Add / register a custom config file.
Add(ConfigAdd),
Expand Down

0 comments on commit a5c09de

Please sign in to comment.