mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 17:14:22 +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>>,
|
rpcmethods: HashMap<String, RpcMethod<S>>,
|
||||||
subscriptions: HashMap<String, Subscription<S>>,
|
subscriptions: HashMap<String, Subscription<S>>,
|
||||||
dynamic: bool,
|
dynamic: bool,
|
||||||
|
#[allow(unused)]
|
||||||
nonnumericids: bool,
|
nonnumericids: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user