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
code_action.rs
code_lens.rs
color.rs
completion.rs
document_diagnostic.rs
document_highlight.rs
document_link.rs
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
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
workspace_diagnostic.rs
workspace_folders.rs
workspace_symbols.rs