wip
This commit is contained in:
parent
d5a17053df
commit
4f774e2bde
4 changed files with 105 additions and 104 deletions
|
@ -637,7 +637,7 @@ mod tests {
|
|||
|
||||
worktree.update(&mut cx, |worktree, cx| {
|
||||
worktree
|
||||
.update_diagnostic_entries(
|
||||
.update_point_utf16_diagnostics(
|
||||
"lsp".into(),
|
||||
Arc::from("/test/main.rs".as_ref()),
|
||||
None,
|
||||
|
@ -764,7 +764,7 @@ mod tests {
|
|||
|
||||
worktree.update(&mut cx, |worktree, cx| {
|
||||
worktree
|
||||
.update_diagnostic_entries(
|
||||
.update_point_utf16_diagnostics(
|
||||
"lsp".into(),
|
||||
Arc::from("/test/a.rs".as_ref()),
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue