We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb00a6 commit 9e8be60Copy full SHA for 9e8be60
1 file changed
src/agent-client-protocol-core/src/jsonrpc.rs
@@ -2205,9 +2205,6 @@ pub trait JsonRpcMessage: 'static + Debug + Sized + Send + Clone {
2205
///
2206
/// For incoming request/notification params, prefer `crate::util::json_cast_params()` so
2207
/// malformed payloads become `crate::Error::invalid_params()`.
2208
- ///
2209
- /// For backward compatibility, the incoming dispatch matchers still normalize legacy
2210
- /// `crate::ErrorCode::ParseError` values from older custom parsers into `Invalid params`.
2211
fn parse_message(method: &str, params: &impl Serialize) -> Result<Self, crate::Error>;
2212
}
2213
0 commit comments