Skip to content

Commit

Permalink
Removed superfluous imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningTimm committed Jul 9, 2020
1 parent 668f293 commit 8273cb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
//! This implementation is based on the articles of Mihai Patrascu and Mikkel Thorup:
//! - [Simple Tabulation Hashing](http://dx.doi.org/10.1145/1993636.1993638)
//! - [Twisted Tabulation Hashing](https://doi.org/10.1137/1.9781611973105.16)
use rand;
use serde;
use serde::{Deserialize, Deserializer, Serialize, Serializer};

/// Split up a 32bit number into 8bit chunks
Expand Down

0 comments on commit 8273cb4

Please sign in to comment.