We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c43eb commit 3bf1c09Copy full SHA for 3bf1c09
src/lib.rs
@@ -99,7 +99,7 @@ extern "C" {
99
///
100
/// This slice contains a "random" quantity of "random" data.
101
102
-/// ```rust,ignore
+/// ```rust,no_run
103
/// # extern crate afl;
104
/// # use afl::fuzz;
105
/// # fn main() {
@@ -169,7 +169,7 @@ pub fn fuzz<F>(closure: F) where F: Fn(&[u8]) + std::panic::RefUnwindSafe {
169
170
/// For performance reasons, it is recommended that you use the native type `&[u8]` when possible.
171
172
173
/// # #[macro_use] extern crate afl;
174
175
/// fuzz!(|data: &[u8]| {
0 commit comments