Skip to content

Commit

Permalink
Add clippy to task-impls dir
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedavidson committed Aug 17, 2023
1 parent 0fea552 commit 5015b1d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions task-impls/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#![warn(
clippy::all,
clippy::pedantic,
rust_2018_idioms,
missing_docs,
clippy::missing_docs_in_private_items,
clippy::panic
)]

/// the task which implements the main parts of consensus
pub mod consensus;

Expand Down

0 comments on commit 5015b1d

Please sign in to comment.