helix/helix-lsp-types/src
Michael Davis 1980bd5992
helix-lsp-types: Prefer crate::Url to url::Url
This is a cosmetic change to replace all direct `use`s of the `url::Url`
type in the `helix-lsp-types` crate with `use crate::Url;`. The types
are the same type currently: this refactor will make a future
replacement of the Url type less noisy.

Connects https://github.com/helix-editor/helix/pull/11889
2024-12-17 15:42:28 -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 build(deps): bump bitflags from 1.3.2 to 2.6.0 2024-08-07 04:20:20 +09: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