Skip to content

Commit 56ca914

Browse files
authored
Merge pull request #78 from c410-f3r/patch-2
Document `rust_fuzzer_test_input`
2 parents 19c36e2 + 086cb82 commit 56ca914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ macro_rules! fuzz_target {
140140
};
141141

142142
(|$data:ident: $dty: ty| $body:block) => {
143+
/// Auto-generated function
143144
#[no_mangle]
144145
pub extern "C" fn rust_fuzzer_test_input(bytes: &[u8]) {
145146
use libfuzzer_sys::arbitrary::{Arbitrary, Unstructured};

0 commit comments

Comments
 (0)