Skip to content

Commit 29f0f35

Browse files
authored
impl Debug for Unstructured
1 parent b757801 commit 29f0f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unstructured.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ use std::{mem, ops};
6868
/// }
6969
/// # }
7070
/// ```
71+
#[derive(Debug)]
7172
pub struct Unstructured<'a> {
7273
data: &'a [u8],
7374
}

0 commit comments

Comments
 (0)