Преглед изворни кода

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,
 }