mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Fix a doc comment typo on DiagnosticEntry::to_lsp_diagnostic_stub (#22695)
Release Notes: - N/A
This commit is contained in:
parent
570e6c80a8
commit
7506c0385b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pub struct Summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl DiagnosticEntry<PointUtf16> {
|
impl DiagnosticEntry<PointUtf16> {
|
||||||
/// Returns a raw LSP diagnostic ssed to provide diagnostic context to LSP
|
/// Returns a raw LSP diagnostic used to provide diagnostic context to LSP
|
||||||
/// codeAction request
|
/// codeAction request
|
||||||
pub fn to_lsp_diagnostic_stub(&self) -> lsp::Diagnostic {
|
pub fn to_lsp_diagnostic_stub(&self) -> lsp::Diagnostic {
|
||||||
let code = self
|
let code = self
|
||||||
|
|
Loading…
Reference in a new issue