Skip to content

Commit

Permalink
Fix clippy build
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Feb 23, 2024
1 parent ecf3a78 commit 5f4d6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![deny(clippy::pedantic)]
#![allow(clippy::missing_errors_doc)]
#![allow(clippy::missing_errors_doc, clippy::blocks_in_conditions)]

pub mod config;
pub mod git_command_handlers;
Expand Down

0 comments on commit 5f4d6eb

Please sign in to comment.