Skip to content

Commit

Permalink
more clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov committed Oct 6, 2022
1 parent b0ef59b commit 08fd288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gas_metering/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub trait GasMeterable {

/// Methods of implementing gas metering for a wasm module.
/// See [`inject`] for more details.
#[derive(Clone, Copy, PartialEq, Debug)]
#[derive(Clone, Copy, Eq, PartialEq, Debug)]
pub enum MeteringMethod<'a> {
/// Method 1. _(default, backwards-compatible)_ Inject invocations of gas charging
/// host function into each metering block. This is slow because calling imported functions is
Expand Down

0 comments on commit 08fd288

Please sign in to comment.