Use pretty assertions!

This commit is contained in:
Jordan Petridis
2018-04-03 19:42:10 +00:00
parent a463753c84
commit e07e35110d
7 changed files with 37 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ version = "1.1.0"
rand = "0.4.2"
tempdir = "0.3.7"
criterion = "0.2.2"
pretty_assertions = "0.5.1"
[[bench]]
name = "bench"
+4
View File
@@ -20,6 +20,10 @@
//! FIXME: Docs
#[cfg(test)]
#[macro_use]
extern crate pretty_assertions;
#[macro_use]
extern crate derive_builder;
#[macro_use]