From 5c8239ae1b1fc5b71d7020a23a944052af452709 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 1 May 2022 15:48:04 +0200 Subject: Fix clippy warnings and ignore two others --- src/tftpc.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tftpc.rs') diff --git a/src/tftpc.rs b/src/tftpc.rs index 453837c..89937c2 100644 --- a/src/tftpc.rs +++ b/src/tftpc.rs @@ -15,6 +15,7 @@ use getopts::Options; extern crate rtftp; +#[allow(clippy::upper_case_acronyms)] enum Operation { RRQ, WRQ, -- cgit v1.2.3