Skip to content

Commit b882dd6

Browse files
committed
Mention the arbitrary-derive feature in the docs for greater discoverability
1 parent c8fedd2 commit b882dd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ pub fn initialize(_argc: *const isize, _argv: *const *const *const u8) -> isize
116116
/// # }
117117
/// # }
118118
/// ```
119+
///
120+
/// You can also enable the `arbitrary` crate's custom derive via this crate's
121+
/// `"arbitrary-derive"` cargo feature.
119122
#[macro_export]
120123
macro_rules! fuzz_target {
121124
(|$bytes:ident| $body:block) => {

0 commit comments

Comments
 (0)