We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e14625 commit 54013b6Copy full SHA for 54013b6
1 file changed
rust_fst/lib.py
@@ -45,8 +45,8 @@ def find_library():
45
'std::io::Error': OSError,
46
'fst::Error': FstError,
47
'fst::Error::Fst': TransducerError,
48
- 'fst::Error::Regex': RegexError,
49
- 'fst::Error::Levenshtein': LevenshteinError,
+ 'fst_regex::Error': RegexError,
+ 'fst_levenshtein::Error': LevenshteinError,
50
'fst::Error::Io': IoError,
51
'py::KeyError': KeyError
52
}
0 commit comments