mirror of https://github.com/astral-sh/ruff
Fix clippy errors on `main` (#21788)
https://github.com/astral-sh/ruff/actions/runs/19922070773/job/57112827024#step:5:62
This commit is contained in:
parent
6491932757
commit
b8ecc83a54
|
|
@ -330,7 +330,7 @@ ab: "foobar"
|
||||||
.build()
|
.build()
|
||||||
.wait_until_workspaces_are_initialized();
|
.wait_until_workspaces_are_initialized();
|
||||||
|
|
||||||
server.open_text_document(foo, &foo_content, 1);
|
server.open_text_document(foo, foo_content, 1);
|
||||||
|
|
||||||
// Wait for diagnostics to be computed.
|
// Wait for diagnostics to be computed.
|
||||||
let diagnostics = server.document_diagnostic_request(foo, None);
|
let diagnostics = server.document_diagnostic_request(foo, None);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue