Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorenesduarte committed Jun 13, 2020
1 parent 0863bb3 commit c4c9eb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clock.rs
Expand Up @@ -20,7 +20,6 @@
use crate::*;
use serde::{Deserialize, Serialize};
use std::collections::hash_map::{self, HashMap};
use std::collections::HashSet;
use std::iter::FromIterator;

// A Vector Clock is `Clock` with `MaxSet` as `EventSet`.
Expand Down

0 comments on commit c4c9eb4

Please sign in to comment.