grpc: Silence a warning about nonnumericids being unused

This commit is contained in:
Christian Decker 2023-01-13 14:59:46 +01:00 committed by Alex Myers
parent eef0c087fc
commit 640edf3955

View file

@ -47,6 +47,7 @@ where
rpcmethods: HashMap<String, RpcMethod<S>>,
subscriptions: HashMap<String, Subscription<S>>,
dynamic: bool,
#[allow(unused)]
nonnumericids: bool,
}