Skip to content

Commit 9e8be60

Browse files
committed
Remove stale snapshot
1 parent 5bb00a6 commit 9e8be60

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/agent-client-protocol-core/src/jsonrpc.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,9 +2205,6 @@ pub trait JsonRpcMessage: 'static + Debug + Sized + Send + Clone {
22052205
///
22062206
/// For incoming request/notification params, prefer `crate::util::json_cast_params()` so
22072207
/// 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`.
22112208
fn parse_message(method: &str, params: &impl Serialize) -> Result<Self, crate::Error>;
22122209
}
22132210

0 commit comments

Comments
 (0)