Skip to content

Commit ba547b4

Browse files
committed
fix build
1 parent 4d89db0 commit ba547b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/jormungandr/testing/jormungandr-automation/src/jormungandr/fragment_node.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ use jormungandr_lib::{
66
};
77
use std::collections::HashMap;
88

9-
#[derive(custom_debug::Debug, thiserror::Error)]
9+
#[derive(Debug, thiserror::Error)]
1010
pub enum FragmentNodeError {
1111
#[error("cannot send fragment due to '{reason}' to '{fragment_id}' to node '{alias}'")]
1212
CannotSendFragment {
1313
reason: String,
1414
alias: String,
1515
fragment_id: FragmentId,
16-
#[debug(skip)]
1716
logs: Vec<String>,
1817
},
1918
#[error("reqwest error")]
@@ -29,7 +28,6 @@ pub enum FragmentNodeError {
2928
reason: String,
3029
alias: String,
3130
fragment_ids: Vec<FragmentId>,
32-
#[debug(skip)]
3331
logs: Vec<String>,
3432
},
3533
}

0 commit comments

Comments
 (0)