Explorar el Código

Remove one clippy warning.

Jing Yang hace 4 años
padre
commit
b2f176f2ec
Se han modificado 1 ficheros con 1 adiciones y 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,