From 48018b3f5b88a41afe0222d13794e0b7b79c50e4 Mon Sep 17 00:00:00 2001 From: Anatoly Yakovenko Date: Thu, 26 Apr 2018 13:50:57 -0700 Subject: [PATCH] docs --- src/crdt.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crdt.rs b/src/crdt.rs index 00ba3e39f5..0b33e387a8 100644 --- a/src/crdt.rs +++ b/src/crdt.rs @@ -264,6 +264,7 @@ mod test { /// Test that the network converges. /// Run until every node in the network has a full ReplicatedData set. /// Check that nodes stop sending updates after all the ReplicatedData has been shared. + /// tests that actually use this function are below fn run_gossip_topo(topo: F) where F: Fn(&Vec<(Arc>, JoinHandle<()>)>) -> (),