We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53cbd8 commit 3f72cb2Copy full SHA for 3f72cb2
crates/pgt_lsp/src/handlers/code_actions.rs
@@ -1,5 +1,3 @@
1
-use std::sync::atomic::Ordering;
2
-
3
use crate::{adapters::get_cursor_position, session::Session};
4
use anyhow::{Result, anyhow};
5
use tower_lsp::lsp_types::{
0 commit comments