1 2 3 4 5 6 7 8 9 10 11 12
#![deny( trivial_casts, trivial_numeric_casts, stable_features, non_shorthand_field_patterns, renamed_and_removed_lints, unsafe_code, clippy::exhaustive_enums )] #[cfg(feature = "evm-runtime")] pub mod evm;