Merge f666cb756e into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2026-05-15 00:25:53 -07:00
committed by GitHub

View File

@@ -223,6 +223,7 @@ macro_rules! client_request_definitions {
/// Typed response from the server to the client.
#[derive(Serialize, Deserialize, Debug, Clone)]
#[allow(clippy::large_enum_variant)]
#[serde(tag = "method", rename_all = "camelCase")]
pub enum ClientResponse {
$(