Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b9007a2

Browse files
committed
add module docs
1 parent f4d2044 commit b9007a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

crates/rust-analyzer/src/handlers/notification.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! This module is responsible for implementing handlers for Language Server
2+
//! Protocol. This module specifically handles notifications.
3+
14
use std::{ops::Deref, sync::Arc};
25

36
use itertools::Itertools;

crates/rust-analyzer/src/handlers/request.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! This module is responsible for implementing handlers for Language Server
2+
//! Protocol. This module specifically handles requests.
3+
14
use std::{
25
io::Write as _,
36
process::{self, Stdio},

0 commit comments

Comments
 (0)