Fix lints introduced in Rust 1.35

This commit is contained in:
Paul Hauner
2019-05-28 10:46:01 +10:00
parent d72400cc9d
commit 6e5e1721f7
4 changed files with 10 additions and 11 deletions

View File

@@ -1,9 +1,6 @@
use slot_clock;
use error_chain::{
error_chain, error_chain_processing, impl_error_chain_kind, impl_error_chain_processed,
impl_extract_backtrace,
};
use error_chain::error_chain;
error_chain! {
links { }