fix: sync-ls warnings (#1711)

This commit is contained in:
Myriad-Dreamin 2025-04-30 02:39:56 +08:00 committed by GitHub
parent f4a6d2b271
commit 48976dd1dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,4 @@
cargo clippy -p sync-ls --no-default-features
cargo clippy -p sync-ls --no-default-features --features=lsp
cargo clippy -p sync-ls --no-default-features --features=dap
cargo clippy -p sync-ls --no-default-features --features=lsp,dap