remove unnecessary 'extern crate'

This commit is contained in:
Dustin J. Mitchell 2020-11-23 15:02:37 -05:00
parent ba55d298ce
commit 8f4924f903
4 changed files with 3 additions and 6 deletions

View file

@ -1,6 +1,3 @@
#[macro_use]
extern crate failure;
mod errors;
mod operation;
mod replica;