1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00
wezterm/bidi/src
Jalil David Salamé Messina 191aacc7d7 fix(clippy): Use faster methods on Iterators
- Use `find` instead of `position(..).next()`
- Use `any` instead of `position(..).next().is_some()/.is_none()`
- Use `first/next` instead of `get(0)/nth(0)`
- Prefer `for` loops over `while let` loops on iterators

May improve performance.
2023-03-19 07:29:23 -07:00
..
bidi_brackets.rs Add wezterm-bidi crate 2022-01-24 19:29:03 -07:00
bidi_class.rs Add wezterm-bidi crate 2022-01-24 19:29:03 -07:00
direction.rs bidi: add helper for using Direction with Iterator 2022-01-30 12:13:50 -07:00
level_stack.rs Add wezterm-bidi crate 2022-01-24 19:29:03 -07:00
level.rs bidi: move conformance tests to separate file 2022-10-16 21:07:33 -07:00
lib.rs fix(clippy): Use faster methods on Iterators 2023-03-19 07:29:23 -07:00