sudachi.rs icon indicating copy to clipboard operation
sudachi.rs copied to clipboard

Fix clippy warnings (breaking changes)

Open mh-northlander opened this issue 1 year ago • 0 comments

partial fix for #40.

Fix clippy warnings (rest of #263).

Contains some breaking changes:

  • rm unused BAKED_DICTIONARY_BYTES
  • rm unused SplitIter
  • rename StringNumber.to_string -> get_normalized
  • change some func args more general (&String -> &str, &Vec -> &[])
  • RegexError.cause is boxed
  • AnalyzeNonSplitted and AnalyzeSplitted takes boxed SudachiOutput

mh-northlander avatar Jul 01 '24 01:07 mh-northlander