Remove an unnecessary #[macro_use]

This commit is contained in:
2019-05-14 21:49:24 -07:00
parent cac39b0e50
commit 83ed5bc0ba

View File

@@ -1,4 +1,3 @@
#[macro_use]
extern crate quickcheck; extern crate quickcheck;
extern crate rand; extern crate rand;