Skip to content

Commit bfec60a

Browse files
change import
1 parent 7a0fcee commit bfec60a

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pg_lsp/src/session.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
use std::{collections::HashSet, sync::Arc};
22

3-
use pg_base_db::{Change, DocumentChange, PgLspPath};
3+
use pg_base_db::{Change, DocumentChange};
44
use pg_commands::{Command, ExecuteStatementCommand};
55
use pg_completions::CompletionParams;
66
use pg_diagnostics::Diagnostic;
7+
use pg_fs::PgLspPath;
78
use pg_hover::HoverParams;
89
use pg_workspace::Workspace;
910
use text_size::TextSize;

0 commit comments

Comments
 (0)