Skip to content

Commit

Permalink
chore: clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 14, 2023
1 parent e3dcc21 commit ee6fcfd
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 ee6fcfd

Please sign in to comment.