Skip to content

Commit

Permalink
detect write op in view storage - clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Oct 8, 2024
1 parent ed23f0c commit 80959ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/meta-lib/src/tools/wasm_extractor_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub mod tests {

use wat::Parser;

use crate::tools::{panic_report::PanicReport, wasm_extractor::populate_wasm_info, WasmInfo};
use crate::tools::{panic_report::PanicReport, wasm_extractor::populate_wasm_info};

const ADDER_WITH_ERR_IN_VIEW: &str = r#"
(module $adder_wasm.wasm
Expand Down

0 comments on commit 80959ed

Please sign in to comment.