Skip to content

Commit 3bf1c09

Browse files
authored
Update lib.rs
1 parent d8c43eb commit 3bf1c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extern "C" {
9999
///
100100
/// This slice contains a "random" quantity of "random" data.
101101
///
102-
/// ```rust,ignore
102+
/// ```rust,no_run
103103
/// # extern crate afl;
104104
/// # use afl::fuzz;
105105
/// # fn main() {
@@ -169,7 +169,7 @@ pub fn fuzz<F>(closure: F) where F: Fn(&[u8]) + std::panic::RefUnwindSafe {
169169
///
170170
/// For performance reasons, it is recommended that you use the native type `&[u8]` when possible.
171171
///
172-
/// ```rust,ignore
172+
/// ```rust,no_run
173173
/// # #[macro_use] extern crate afl;
174174
/// # fn main() {
175175
/// fuzz!(|data: &[u8]| {

0 commit comments

Comments
 (0)