Skip to content

Commit b9a8be2

Browse files
Stanislav TkachStanislav Tkach
authored andcommitted
Fix after merge
1 parent 369b43b commit b9a8be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/catalyst-types/src/problem_report.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct State {
108108
/// Problem Report.
109109
///
110110
/// This structure allows making a cheap copies that share the same state.
111-
#[derive(Clone, Serialize)]
111+
#[derive(Debug, Clone, Serialize)]
112112
pub struct ProblemReport(Arc<State>);
113113

114114
impl ProblemReport {

0 commit comments

Comments
 (0)