Skip to content

Commit d562d72

Browse files
committed
fix: non snake case predicate
1 parent 552d224 commit d562d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/services/gas_price_service/src/v1/da_source_adapter/block_committer_costs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![allow(non_snake_case)]
21
#![allow(clippy::arithmetic_side_effects)]
32

43
use crate::v1::da_source_adapter::{
@@ -166,6 +165,7 @@ impl BlockCommitterApi for BlockCommitterHttpApi {
166165
}
167166

168167
#[cfg(test)]
168+
#[allow(non_snake_case)]
169169
mod tests {
170170
use super::*;
171171

0 commit comments

Comments
 (0)