Explorar o código

Remove one clippy warning.

Jing Yang %!s(int64=4) %!d(string=hai) anos
pai
achega
b2f176f2ec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,