Sfoglia il codice sorgente

Remove one clippy warning.

Jing Yang 4 anni fa
parent
commit
b2f176f2ec
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,