Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp-types/src/window.rs')
-rw-r--r--helix-lsp-types/src/window.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/helix-lsp-types/src/window.rs b/helix-lsp-types/src/window.rs
index ac45e608..0cfffa0c 100644
--- a/helix-lsp-types/src/window.rs
+++ b/helix-lsp-types/src/window.rs
@@ -4,9 +4,7 @@ use serde::{Deserialize, Serialize};
use serde_json::Value;
-use url::Url;
-
-use crate::Range;
+use crate::{Range, Url};
#[derive(Eq, PartialEq, Clone, Copy, Deserialize, Serialize)]
#[serde(transparent)]