Skip to content

Commit 31546d6

Browse files
4t145Copilot
andcommitted
Update crates/rmcp/src/handler/server/wrapper/json.rs
Co-authored-by: Copilot <[email protected]> Update crates/rmcp/src/handler/server/wrapper/json.rs Co-authored-by: Copilot <[email protected]>
1 parent acde7e4 commit 31546d6

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)