diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-04-09 02:32:42 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-05-03 22:11:41 +0200 |
commit | f05bb111c2e7dd77f2b34b82892bbfa8e6a063c1 (patch) | |
tree | 0e093982ad6e30a440dcdbd9d8e47c4e75b9d198 /src/rpc/lib.rs | |
parent | 88925ebe2210a8382b4d353fcab15d2b5c345efb (diff) | |
download | garage-f05bb111c2e7dd77f2b34b82892bbfa8e6a063c1.tar.gz garage-f05bb111c2e7dd77f2b34b82892bbfa8e6a063c1.zip |
fix clippy warnings on util and rpc
Diffstat (limited to 'src/rpc/lib.rs')
-rw-r--r-- | src/rpc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/lib.rs b/src/rpc/lib.rs index 96561d0e..e787833c 100644 --- a/src/rpc/lib.rs +++ b/src/rpc/lib.rs @@ -1,3 +1,4 @@ +#![allow(clippy::upper_case_acronyms)] //! Crate containing rpc related functions and types used in Garage #[macro_use] |