Ver Fonte

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

Jing Yang há 5 anos atrás
pai
commit
91990f5065
1 ficheiros alterados com 0 adições e 1 exclusões
  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,
 }