Skip to content

Commit

Permalink
Update helix-core/src/diagnostic.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
pascalkuthe and the-mikedavis authored Apr 21, 2024
1 parent 8610a0e commit 0f5c028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-core/src/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ pub struct Diagnostic {
// TODO turn this into an enum + feature flag when lsp becomes optional
pub type DiagnosticProvider = LanguageServerId;

// while I would prefe having this in helix-lsp that necessitates a bucnh of
// conversions I would rather not add I think its file since this just a very
// while I would prefer having this in helix-lsp that necessitates a bunch of
// conversions I would rather not add. I think its fine since this just a very
// trivial newtype wrapper and we would need something similar once we define
// completions in core
slotmap::new_key_type! {
Expand Down

0 comments on commit 0f5c028

Please sign in to comment.