We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16078c commit e74bb02Copy full SHA for e74bb02
crates/pg_lsp_converters/src/lib.rs
@@ -91,7 +91,7 @@ mod tests {
91
use crate::to_proto::position;
92
use crate::WideEncoding::{Utf16, Utf32};
93
use crate::{LineCol, PositionEncoding, WideEncoding};
94
- use biome_rowan::TextSize;
+ use text_size::TextSize;
95
use tower_lsp::lsp_types::Position;
96
97
macro_rules! check_conversion {
0 commit comments