Skip to content

Commit

Permalink
Allow dead code for CheckResult in wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerclique committed Aug 20, 2024
1 parent 0a99861 commit 3ca928a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wasm/src/dissector_parser_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ use wasm_bindgen::JsError;
use dissector_parser::parsers::json::JSONParser;
use dissector_parser::traits::DissectorParsing;

// TODO: Remove in final code
#[allow(dead_code)]

#[wasm_bindgen]
#[allow(dead_code)]
pub(crate) struct CheckResult {
pub(crate) status: bool,

Expand Down

0 comments on commit 3ca928a

Please sign in to comment.