Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jan 9, 2025
1 parent 15f159a commit 5be1a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwasmvm/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn handle_cpu_loop_with_cache() {
MEMORY_CACHE_SIZE,
MEMORY_LIMIT,
);
let mut cache = unsafe { Cache::new(options) }.unwrap();
let cache = unsafe { Cache::new(options) }.unwrap();

let options = InstanceOptions {
gas_limit: GAS_LIMIT,
Expand Down

0 comments on commit 5be1a6a

Please sign in to comment.