Skip to content

Commit

Permalink
Fix failing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Dec 6, 2024
1 parent b6285c6 commit 8ef46cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use assert2::let_assert;
use bytes::Bytes;

/// Normal state
fn get_state_handler(vm: &mut CoreVM) {
vm.sys_input().unwrap();

Expand Down Expand Up @@ -349,7 +348,6 @@ mod only_lazy_state {
}

/// Eager state
mod eager {
use super::*;

Expand Down

0 comments on commit 8ef46cf

Please sign in to comment.