ZIm/crates/language/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
..
syntax_map Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
buffer.rs Fix some comments (#8760) 2024-03-03 07:55:42 -05:00
buffer_tests.rs Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
diagnostic_set.rs Clean up references in doc comments in language crate (#6729) 2024-01-25 16:04:58 -05:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs docs: Fix "it's" typos that should be "its" (#8690) 2024-03-01 20:32:27 -05:00
language_registry.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
language_settings.rs Debounce refresh of inlay hints on buffer edits (#8282) 2024-02-27 11:18:13 +01:00
markdown.rs Support rendering strikethrough text in markdown (#8287) 2024-02-26 21:04:48 +02:00
outline.rs Enable clippy::useless_conversion (#8724) 2024-03-02 16:31:47 -05:00
proto.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
syntax_map.rs Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00