Parcourir la source

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

Jing Yang il y a 5 ans
Parent
commit
91990f5065
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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,
 }