Skip to content

Commit

Permalink
allow unit err for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Aug 16, 2022
1 parent 560d0a2 commit dbaf8a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actors/evm/src/interpreter/instructions/memory.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!allow[clippy::result-unit-err]

use {
crate::interpreter::{ExecutionState, StatusCode, System, U256},
fil_actors_runtime::runtime::Runtime,
Expand Down

0 comments on commit dbaf8a7

Please sign in to comment.