databendlabs / openraft

rust raft with improvements
Apache License 2.0
1.41k stars 158 forks source link

Doc: update doc of Leader::assign_doc_ids() #1201

Closed SteveLauC closed 4 months ago

SteveLauC commented 4 months ago

What does this PR do

Leader::assign_doc_ids() no longer has a return value since #1143, so updates the doc.

Checklist


This change is Reviewable