浏览代码

Remove a todo that is done, which is also issue #2.

Jing Yang 5 年之前
父节点
当前提交
91990f5065
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -41,7 +41,6 @@ pub type Index = usize;
 struct LogEntry<Command> {
     term: Term,
     index: Index,
-    // TODO: Allow sending of arbitrary information.
     command: Command,
 }