Ver Fonte

Remove one clippy warning.

Jing Yang há 4 anos atrás
pai
commit
b2f176f2ec
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      kvraft/src/server.rs

+ 1 - 0
kvraft/src/server.rs

@@ -39,6 +39,7 @@ struct KVServerState {
     kv: HashMap<String, String>,
     debug_kv: HashMap<String, String>,
     applied_op: HashMap<ClerkId, (UniqueId, CommitResult)>,
+    #[allow(clippy::type_complexity)]
     #[serde(skip)]
     queries: HashMap<
         UniqueId,