diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2022-05-01 15:48:04 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2022-05-01 15:48:04 +0200 |
| commit | 5c8239ae1b1fc5b71d7020a23a944052af452709 (patch) | |
| tree | aa55e781c2610c066de218c5c33cdaf3a62aa0af /src/tftpc.rs | |
| parent | c5df3980491b628f637252cb2db202f8a4262cd0 (diff) | |
Fix clippy warnings and ignore two others
Diffstat (limited to 'src/tftpc.rs')
| -rw-r--r-- | src/tftpc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
