Skip to content

Commit

Permalink
chore: clippy fix (#3803)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Dec 14, 2023
1 parent f1aa928 commit 97373e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tooling/lsp/src/requests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ pub(crate) fn on_shutdown(
#[cfg(test)]
mod initialization {
use async_lsp::ClientSocket;
use lsp_types::{
CodeLensOptions, InitializeParams, TextDocumentSyncCapability, TextDocumentSyncKind,
};
use lsp_types::{InitializeParams, TextDocumentSyncCapability, TextDocumentSyncKind};
use tokio::test;

use crate::{
Expand Down

0 comments on commit 97373e8

Please sign in to comment.