We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e27d4 commit 3f6cfdbCopy full SHA for 3f6cfdb
crates/djls-project/src/lib.rs
@@ -5,7 +5,6 @@ pub use templatetags::TemplateTags;
5
use pyo3::prelude::*;
6
use std::fmt;
7
use std::path::{Path, PathBuf};
8
-use tower_lsp_server::lsp_types::*;
9
use which::which;
10
11
#[derive(Debug)]
0 commit comments