From e16f8c6d2dea43989afcb8941b317e60bc4ef9a8 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Sat, 11 Jan 2025 14:05:24 +0100 Subject: [PATCH] Remedy clippy warning --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 85c8d44..512142c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -78,7 +78,6 @@ const GIT_VERSION: &str = git_version!(cargo_prefix = ""); riff [-b] [-w] [options...] riff [-b] [-w] [options...] --file "# )] - struct Options { /// First file or directory to compare #[arg(requires("fd2"))]