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
RoloEdits
5ba97ba41e
fix(clippy): clippy 1.83 lints ( #12150 )
2024-12-02 08:23:32 -06:00
RoloEdits
c5083ef952
fix(clippy): doc_lazy_continuation
( #11642 )
2024-09-07 12:31:14 +09:00
dependabot[bot]
6d123aa549
build(deps): bump bitflags from 1.3.2 to 2.6.0
...
Bumps [bitflags](https://github.com/bitflags/bitflags ) from 1.3.2 to 2.6.0.
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.6.0 )
---
updated-dependencies:
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 04:20:20 +09:00
Michael Davis
af2ac551ba
Resolve unclosed HTML tag doc warning
2024-07-28 10:41:29 -04:00
Michael Davis
981e5cd737
helix-lsp-types: Resolve clippy lints in tests
2024-07-28 10:41:29 -04:00
Michael Davis
3963969b89
'cargo fmt'
2024-07-28 10:41:29 -04:00
Michael Davis
2900bc03cf
Vendor the lsp-types
crate
2024-07-28 10:41:28 -04:00