Skip to content

Commit

Permalink
Merge pull request rust-fuzz#164 from Sky9x/unstructured-debug
Browse files Browse the repository at this point in the history
Derive `Debug` for `Unstructured`
  • Loading branch information
Manishearth authored Jan 9, 2024
2 parents b757801 29f0f35 commit 7ea39f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unstructured.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 68,7 @@ use std::{mem, ops};
/// }
/// # }
/// ```
#[derive(Debug)]
pub struct Unstructured<'a> {
data: &'a [u8],
}
Expand Down

0 comments on commit 7ea39f1

Please sign in to comment.