Skip to content

Commit

Permalink
chore: fix ci issues (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing authored and j75689 committed Jun 3, 2024
1 parent 02da77e commit 1f88ae2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 132 deletions.
132 changes: 0 additions & 132 deletions .github/workflows/book.yml

This file was deleted.

1 change: 1 addition & 0 deletions bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ fn check_evm_execution<EXT>(
Ok(())
}

#[allow(clippy::assigning_clones)]
pub fn execute_test_suite(
path: &Path,
elapsed: &Arc<Mutex<Duration>>,
Expand Down
1 change: 1 addition & 0 deletions crates/interpreter/src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ impl Interpreter {
/// - `return_revert!()`: Handles a revert by only updating the gas usage and shared memory.
/// - `InstructionResult::FatalExternalError`: Sets the instruction result to a fatal external error.
/// - Any other result: No specific action is taken.
#[allow(clippy::assigning_clones)]
pub fn insert_call_outcome(
&mut self,
shared_memory: &mut SharedMemory,
Expand Down

0 comments on commit 1f88ae2

Please sign in to comment.