ソースを参照

node/service: Silence clippy warning.

parazyd 4 年 前
コミット
52355333b3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/node/service/gateway_p2p.rs

+ 1 - 1
src/node/service/gateway_p2p.rs

@@ -43,7 +43,7 @@ impl Gateway {
         self.p2p.broadcast(msg).await
     }
 
-    async fn subscribe_loop(&self, executor: Arc<Executor<'_>>) -> Result<()> {
+    async fn _subscribe_loop(&self, executor: Arc<Executor<'_>>) -> Result<()> {
         let new_channel_sub = self.p2p.subscribe_channel().await;
 
         loop {