icu4x
icu4x copied to clipboard
icu_segmenter denies the clippy::indexing_slicing.
Adding deny(clippy::indexing_slicing)
to icu_segmenter
.
I think @aethanyc's recent PR fixes this; can you confirm, and close this PR if needed?
I think @aethanyc's recent PR fixes this; can you confirm, and close this PR if needed?
I believe we still needs this PR. I didn't enable clippy::indexing_slicing
in my recent work.
https://github.com/unicode-org/icu4x/blob/46aad80e015dd1df5eb0828c9842fb9276c93cbd/experimental/segmenter/src/lib.rs#L77-L82
Cool; @makotokato can you update your branch with the latest changes from main and address the other feedback from above?
Notice: the branch changed across the force-push!
- experimental/segmenter/src/complex.rs is no longer changed in the branch
- experimental/segmenter/src/lib.rs is different
- experimental/segmenter/src/lstm_bies.rs is different
- experimental/segmenter/src/lstm.rs is no longer changed in the branch
~ Your Friendly Jira-GitHub PR Checker Bot