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 f4d2044 commit b9007a2Copy full SHA for b9007a2
crates/rust-analyzer/src/handlers/notification.rs
@@ -1,3 +1,6 @@
1
+//! This module is responsible for implementing handlers for Language Server
2
+//! Protocol. This module specifically handles notifications.
3
+
4
use std::{ops::Deref, sync::Arc};
5
6
use itertools::Itertools;
crates/rust-analyzer/src/handlers/request.rs
+//! Protocol. This module specifically handles requests.
use std::{
io::Write as _,
process::{self, Stdio},
0 commit comments