mirror of https://github.com/helix-editor/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;`. It's the same type currently but will diverge in the child commits and this refactor makes that change simpler.pull/11889/head
parent
7b034e719b
commit
6cff3124cb
Loading…
Reference in New Issue