Skip to content

Commit 6a1a451

Browse files
author
Felipe Rosa
committed
chore: Fix lint
1 parent 969ba31 commit 6a1a451

File tree

1 file changed

+1
-7
lines changed
  • hermes/crates/cardano-chain-follower/src

1 file changed

+1
-7
lines changed

hermes/crates/cardano-chain-follower/src/lib.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
//! Cardano chain follower.
22
3-
// TODO: remove this once we implement the API.
4-
#![allow(dead_code, clippy::unused_async, clippy::no_effect_underscore_binding)]
5-
// (fsgr): This should be removed. I only added it because, for some reason,
6-
// the tower crate is failing to compile in my machine (didn't test anywhere else)
7-
// if it's compiled with this flag.
8-
#![deny(missing_docs)]
9-
103
use std::sync::Arc;
114

125
pub use pallas::network::miniprotocols::Point;
@@ -550,6 +543,7 @@ mod follow_task {
550543
///
551544
/// This does not execute Plutus scripts nor validates ledger state.
552545
/// It only checks that the block is correctly formatted for its era.
546+
#[allow(dead_code)]
553547
fn validate_multiera_block(_block: &MultiEraBlock) {
554548
// (fsgr): Not sure about hwo the validation will be done in here yet.
555549
todo!()

0 commit comments

Comments
 (0)