refactor: remove allow non_snake_case in build.rs

This commit is contained in:
Florian Pellissier
2024-06-14 19:47:22 +02:00
parent dda36a4e7c
commit 226ec98cf8
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#![allow(clippy::all)]
#[allow(non_snake_case)]
pub mod crypto_pool_factory;
pub mod stableswap_factory;
pub mod susd;