Skip to content

Commit

Permalink
responses: derive Default for ExceptionInfoResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
sztomi committed Jul 29, 2023
1 parent fd5cd1d commit 23fcc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dap/src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub struct EvaluateResponse {
pub memory_reference: Option<String>,
}

#[derive(Serialize, Debug, Clone)]
#[derive(Serialize, Debug, Clone, Default)]
#[serde(rename_all = "camelCase")]
pub struct ExceptionInfoResponse {
/// ID of the exception that was thrown.
Expand Down

0 comments on commit 23fcc0a

Please sign in to comment.