helix/helix-lsp-types/src
Michael Davis 6eb186eb7b
helix-lsp-types: use bitflags::bitflags rather than extern crate
This seems to be a historical artifact in `lsp_types` - we can use a
regular `use` statement to pull in the `bitflags!` macro rather than
an external crate definition. This fixes rust-analyzer's ability to find
the macro at least on rust-analyzer 2024-02-26.
2024-12-17 15:42:36 -05:00
..
call_hierarchy.rs helix-lsp-types: Prefer crate::Url to url::Url 2024-12-17 15:42:28 -05:00
code_action.rs
code_lens.rs
color.rs
completion.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
document_diagnostic.rs helix-lsp-types: Prefer crate::Url to url::Url 2024-12-17 15:42:28 -05:00
document_highlight.rs
document_link.rs helix-lsp-types: Prefer crate::Url to url::Url 2024-12-17 15:42:28 -05:00
document_symbols.rs
error_codes.rs
file_operations.rs
folding_range.rs
formatting.rs
hover.rs
inlay_hint.rs
inline_completion.rs
inline_value.rs
lib.rs helix-lsp-types: use bitflags::bitflags rather than extern crate 2024-12-17 15:42:36 -05:00
linked_editing.rs
lsif.rs
moniker.rs
notification.rs
progress.rs
references.rs
rename.rs
request.rs
selection_range.rs
semantic_tokens.rs
signature_help.rs
trace.rs
type_hierarchy.rs
window.rs helix-lsp-types: Prefer crate::Url to url::Url 2024-12-17 15:42:28 -05:00
workspace_diagnostic.rs helix-lsp-types: Prefer crate::Url to url::Url 2024-12-17 15:42:28 -05:00
workspace_folders.rs helix-lsp-types: Prefer crate::Url to url::Url 2024-12-17 15:42:28 -05:00
workspace_symbols.rs