Skip to content

Commit

Permalink
🏭 skip clippy warning for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsv24 committed Apr 23, 2023
1 parent a5c09de commit 7a18710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use crate::{

use super::{checkout, commit, config, context, templates};

#[allow(clippy::almost_swapped)]
#[derive(Debug, Clone, Subcommand)]
pub enum Commands {
/// Commit staged changes via git with a template message.
Expand Down
1 change: 1 addition & 0 deletions src/cli/config/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use crate::{
entry::Interactive,
};

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

0 comments on commit 7a18710

Please sign in to comment.