mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
grpc: Silence a warning about nonnumericids
being unused
This commit is contained in:
parent
eef0c087fc
commit
640edf3955
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ where
|
|||
rpcmethods: HashMap<String, RpcMethod<S>>,
|
||||
subscriptions: HashMap<String, Subscription<S>>,
|
||||
dynamic: bool,
|
||||
#[allow(unused)]
|
||||
nonnumericids: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue