23a8f31f83
## Issue Addressed NA ## Proposed Changes Fixes most clippy warnings and ignores the rest of them, see issue #1388.
8 lines
131 B
Rust
8 lines
131 B
Rust
use error_chain::error_chain;
|
|
|
|
error_chain! {
|
|
links {
|
|
Network(network::error::Error, network::error::ErrorKind);
|
|
}
|
|
}
|