Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arlosiggio committed Apr 11, 2024
1 parent edcfd1f commit 0fc111c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/cargo-scout-audit/src/output/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ pub fn generate_report(
})
.collect::<Vec<Value>>();

let mut id: u32 = 0;
let mut det_map: HashMap<String, u32> = HashMap::new();

let mut findings: Vec<Finding> = Vec::new();
Expand Down

0 comments on commit 0fc111c

Please sign in to comment.