diff --git a/src/chain_builder.rs b/src/chain_builder.rs index dbfb08b..47819d0 100644 --- a/src/chain_builder.rs +++ b/src/chain_builder.rs @@ -55,7 +55,7 @@ struct MatrixChainLink { /// /// chain.place(&mut matrix, 2, 2).expect("no error in this case"); ///``` -#[derive(Clone)] +#[derive(Debug, Clone)] pub struct MatrixCellChain { chain: Vec, error: Option,