Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
fix(clippy): fix clippy warnings and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Jul 7, 2020
1 parent 5f70ce2 commit 812b78b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// specific language governing permissions and limitations relating to use of the SAFE Network
// Software.

use bincode;
use err_derive::Error;

/// Node error variants.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
html_root_url = "https://docs.rs/safe_gossip"
)]
#![forbid(
exceeding_bitshifts,
arithmetic_overflow,
mutable_transmutes,
no_mangle_const_items,
unknown_crate_types,
Expand Down

0 comments on commit 812b78b

Please sign in to comment.