From 2780347c3dd8c33692788a3fe061c992b45a7d17 Mon Sep 17 00:00:00 2001 From: themanforfree Date: Wed, 13 Sep 2023 08:49:14 +0800 Subject: [PATCH] chore: update comment Signed-off-by: themanforfree --- curp/src/server/curp_node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curp/src/server/curp_node.rs b/curp/src/server/curp_node.rs index 357d40313..a9324560f 100644 --- a/curp/src/server/curp_node.rs +++ b/curp/src/server/curp_node.rs @@ -163,7 +163,7 @@ impl CurpNode { } /// Handle `ProposeConfChange` requests - #[allow(clippy::todo, clippy::unused_async)] // TODO: implement this + #[allow(clippy::todo, clippy::unused_async)] // TODO: this method will be implemented in #437 pub(super) async fn propose_conf_change( &self, _req: ProposeConfChangeRequest,