Skip to content

Commit

Permalink
revert type reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ha458 committed Oct 2, 2023
1 parent a25edd3 commit 12057b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pub(crate) fn coherence_ratio(
}

let mut results: CoherenceMatches = vec![];
let mut sufficient_match_count: u8 = 0;
let mut sufficient_match_count: u64 = 0;

for layer in alpha_unicode_split(&decoded_sequence) {
if layer.chars().count() <= *TOO_SMALL_SEQUENCE {
Expand Down

0 comments on commit 12057b3

Please sign in to comment.