ZIm/crates/vim/src
Marshall Bowers fe04f69caf
Enable clippy::useless_conversion (#8767)
This PR enables the
[`clippy::useless_conversion`](https://rust-lang.github.io/rust-clippy/master/index.html#/useless_conversion)
rule and fixes the outstanding violations.

Release Notes:

- N/A
2024-03-03 10:22:55 -05:00
..
normal Enable clippy::clone_on_copy (#8728) 2024-03-02 17:37:48 -05:00
test Enable clippy::useless_format (#8758) 2024-03-02 23:31:58 -05:00
command.rs Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00
editor_events.rs vim: Fix renaming (#7714) 2024-02-12 22:28:26 -07:00
insert.rs vim: Keep multi-cursor on escape (#8464) 2024-02-26 22:54:02 -07:00
mode_indicator.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
motion.rs Enable clippy::useless_conversion (#8724) 2024-03-02 16:31:47 -05:00
normal.rs Vim mode: make motion::EndOfLine works with times. (#8591) 2024-03-01 14:00:31 +01:00
object.rs Enable clippy::nonminimal_bool (#8755) 2024-03-02 22:57:37 -05:00
state.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
test.rs Vim mode: make motion::EndOfLine works with times. (#8591) 2024-03-01 14:00:31 +01:00
utils.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
vim.rs Fix documentation for use_system_clipboard (#8635) 2024-03-01 15:44:09 -07:00
visual.rs Enable clippy::nonminimal_bool (#8755) 2024-03-02 22:57:37 -05:00