Pārlūkot izejas kodu

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

Jing Yang 5 gadi atpakaļ
vecāks
revīzija
91990f5065
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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,
 }