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 Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
code_lens.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
color.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
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 Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
document_link.rs helix-lsp-types: Prefer crate::Url to url::Url 2024-12-17 15:42:28 -05:00
document_symbols.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
error_codes.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
file_operations.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
folding_range.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
formatting.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
hover.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
inlay_hint.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
inline_completion.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
inline_value.rs fix(clippy): doc_lazy_continuation (#11642) 2024-09-07 12:31:14 +09:00
lib.rs helix-lsp-types: use bitflags::bitflags rather than extern crate 2024-12-17 15:42:36 -05:00
linked_editing.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
lsif.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
moniker.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
notification.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
progress.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
references.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
rename.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
request.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
selection_range.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
semantic_tokens.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
signature_help.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
trace.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
type_hierarchy.rs Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00
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 Vendor the lsp-types crate 2024-07-28 10:41:28 -04:00