author | Jordan Doyle <jordan@doyle.la> | 2024-02-23 10:18:44.0 +00:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.la> | 2024-02-23 10:18:44.0 +00:00:00 |
commit | 5f4d6ebf8173d3922aed34ce0ea977f717a40ca8 [patch] |
|
tree | 3efa9f38e8ecfbf1ee204ee0ef3aaf520f13f90d |
|
parent | ecf3a78d6d90cf7b19a435eaa4fbe9af863c0e97 |
|
download | 5f4d6ebf8173d3922aed34ce0ea977f717a40ca8.tar.gz |
Fix clippy build
Diff
src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2732dcc..61a99be 100644 --- a/src/main.rs +++ a/src/main.rs @@ -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;