Skip to content

Commit

Permalink
fix: non snake case predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Oct 1, 2024
1 parent 552d224 commit d562d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(non_snake_case)]
#![allow(clippy::arithmetic_side_effects)]

use crate::v1::da_source_adapter::{
Expand Down Expand Up @@ -166,6 +165,7 @@ impl BlockCommitterApi for BlockCommitterHttpApi {
}

#[cfg(test)]
#[allow(non_snake_case)]
mod tests {
use super::*;

Expand Down

0 comments on commit d562d72

Please sign in to comment.