Skip to content

Commit

Permalink
make implementation private
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jan 4, 2024
1 parent 9d0a950 commit 59e7a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ where
}
}

pub fn damerau_levenshtein_impl<Iter1, Iter2>(
fn damerau_levenshtein_impl<Iter1, Iter2>(
s1: Iter1,
len1: usize,
s2: Iter2,
Expand Down

0 comments on commit 59e7a05

Please sign in to comment.