Use restricted Damerau-Levenshtein algorithm
This commit is contained in:
parent
231bcd131d
commit
ff052eec80
3 changed files with 75 additions and 24 deletions
|
@ -19,6 +19,7 @@
|
|||
#![feature(negative_impls)]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(let_chains)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue