mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
grpc: Silence a warning about nonnumericids being unused
This commit is contained in:
committed by
Alex Myers
parent
eef0c087fc
commit
640edf3955
@@ -47,6 +47,7 @@ where
|
||||
rpcmethods: HashMap<String, RpcMethod<S>>,
|
||||
subscriptions: HashMap<String, Subscription<S>>,
|
||||
dynamic: bool,
|
||||
#[allow(unused)]
|
||||
nonnumericids: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user