We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e9df7 commit d16078cCopy full SHA for d16078c
crates/pg_diagnostics/src/display.rs
@@ -669,7 +669,7 @@ mod tests {
669
use pg_diagnostics::{DiagnosticTags, Severity};
670
use pg_diagnostics_categories::{category, Category};
671
use pg_text_edit::TextEdit;
672
- use pg_text_size::{TextRange, TextSize};
+ use text_size::{TextRange, TextSize};
673
use serde_json::{from_value, json};
674
675
use crate::{self as pg_diagnostics};
0 commit comments