Просмотр исходного кода

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

Jing Yang 5 лет назад
Родитель
Сommit
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,
 }