Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: themanforfree <[email protected]>
  • Loading branch information
themanforfree committed Sep 15, 2023
1 parent e07af01 commit 2780347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curp/src/server/curp_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl<C: 'static + Command, RC: RoleChange + 'static> CurpNode<C, RC> {
}

/// 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,
Expand Down

0 comments on commit 2780347

Please sign in to comment.