Kaynağa Gözat

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

Jing Yang 5 yıl önce
ebeveyn
işleme
91990f5065
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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,
 }