remove superfluous warning and clippy allows (#194)

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2025-02-05 12:44:29 +01:00
committed by GitHub
parent 35419e8202
commit 157647d5c1
9 changed files with 7 additions and 22 deletions
@@ -5,8 +5,6 @@ use serde::Serialize;
/// The `solc --standard-json` expected output selection flag.
#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq, Eq, Hash)]
#[allow(non_camel_case_types)]
#[allow(clippy::upper_case_acronyms)]
pub enum Flag {
/// The ABI JSON.
#[serde(rename = "abi")]