Skip to content

Commit 1142c7f

Browse files
4t145Copilot
andauthored
Update crates/rmcp/src/handler/server/wrapper/json.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent acde7e4 commit 1142c7f

File tree

1 file changed

+1
-2
lines changed
  • crates/rmcp/src/handler/server/wrapper

1 file changed

+1
-2
lines changed

crates/rmcp/src/handler/server/wrapper/json.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ use crate::model::IntoContents;
44

55
/// Json wrapper
66
///
7-
/// This is used to told sdk to serialize the inner value into json
8-
#[derive(Debug, Default)]
7+
/// This is used to tell the SDK to serialize the inner value into json
98
pub struct Json<T>(pub T);
109

1110
impl<T> IntoContents for Json<T>

0 commit comments

Comments
 (0)