Skip to content

Commit

Permalink
Revert "fixed type in doc"
Browse files Browse the repository at this point in the history
This reverts commit 8188902.
  • Loading branch information
zi0Black committed Jan 23, 2025
1 parent 8188902 commit 162e810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub fn initialize(_argc: *const isize, _argv: *const *const *const u8) -> isize
/// use libfuzzer_sys::fuzz_target;
///
/// // Note: `|input|` is short for `|input: &[u8]|`.
/// fuzz_target!(|input: &[u8]| {
/// fuzz_target!(|input| {
/// let _result: Result<_, _> = my_crate::parse(input);
/// });
/// # mod my_crate { pub fn parse(_: &[u8]) -> Result<(), ()> { unimplemented!() } }
Expand Down

0 comments on commit 162e810

Please sign in to comment.