Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
network-core: Enable clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zabaluev committed Jan 11, 2019
1 parent 141c21a commit 720ba22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions network-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Abstractions for the network subsystem of a blockchain node.

#![warn(clippy::all)]

#[macro_use]
extern crate prost_derive;

Expand Down

0 comments on commit 720ba22

Please sign in to comment.