Skip to content

Commit fb731df

Browse files
Revert "Lint for sum and product in consensus code (#2226)"
This reverts commit a3c482e.
1 parent 505bf17 commit fb731df

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

consensus/state_processing/clippy.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

consensus/state_processing/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![deny(clippy::integer_arithmetic)]
2-
#![deny(clippy::disallowed_method)]
32

43
#[macro_use]
54
mod macros;

consensus/types/clippy.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

consensus/types/src/beacon_state/tree_hash_cache.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![allow(clippy::integer_arithmetic)]
2-
#![allow(clippy::disallowed_method)]
32

43
use super::Error;
54
use crate::{BeaconState, EthSpec, Hash256, Slot, Unsigned, Validator};

consensus/types/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![recursion_limit = "128"]
55
// Clippy lint set up
66
#![deny(clippy::integer_arithmetic)]
7-
#![deny(clippy::disallowed_method)]
87

98
#[macro_use]
109
extern crate lazy_static;

0 commit comments

Comments
 (0)