Skip to content

Commit 7ea39f1

Browse files
authored
Merge pull request #164 from Sky9x/unstructured-debug
Derive `Debug` for `Unstructured`
2 parents b757801 + 29f0f35 commit 7ea39f1

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)