Skip to content

Commit

Permalink
fix: address clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
j-lanson committed Jun 24, 2024
1 parent 0cd7d34 commit 1e983cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hipcheck/src/metric/entropy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ fn grapheme_freqs(commit_diff: &CommitDiff, db: &dyn MetricProvider) -> Result<C
let grapheme_table: DashMap<String, u64> = DashMap::new();

// Use this variable to track the total number of graphemes accross all patches in this commit diff.
let mut res: Vec<usize> = vec![];
let tgt_diffs: Result<Vec<&FileDiff>> = commit_diff
.diff
.file_diffs
Expand Down

0 comments on commit 1e983cf

Please sign in to comment.