Skip to content

Commit 3f6cfdb

Browse files
refactor queue to use closures and move project init to queue
1 parent c2e27d4 commit 3f6cfdb

File tree

3 files changed

+364
-128
lines changed

3 files changed

+364
-128
lines changed

crates/djls-project/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pub use templatetags::TemplateTags;
55
use pyo3::prelude::*;
66
use std::fmt;
77
use std::path::{Path, PathBuf};
8-
use tower_lsp_server::lsp_types::*;
98
use which::which;
109

1110
#[derive(Debug)]

0 commit comments

Comments
 (0)