Explorar o código

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

Jing Yang %!s(int64=5) %!d(string=hai) anos
pai
achega
91990f5065
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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,
 }