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 0da3a45 commit 36e5f6dCopy full SHA for 36e5f6d
crates/djls-server/src/logging.rs
@@ -1,6 +1,6 @@
1
//! Logging infrastructure for forwarding tracing events to LSP client messages.
2
//!
3
-//! This module provides the `LspLayer` implementation for forwarding tracing
+//! This module provides the `LspLayer` implementation for forwarding tracing
4
//! events to the LSP client through the tracing infrastructure.
5
6
//! ## `LspLayer`
@@ -153,5 +153,3 @@ where
153
154
guard
155
}
156
-
157
crates/djls-server/src/server.rs
@@ -25,7 +25,6 @@ use tower_lsp_server::lsp_types::WorkspaceServerCapabilities;
25
use tower_lsp_server::LanguageServer;
26
use tracing_appender::non_blocking::WorkerGuard;
27
28
29
use crate::queue::Queue;
30
use crate::session::Session;
31
0 commit comments