Skip to content

Commit

Permalink
Add ignore tag on README code
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Dec 12, 2024
1 parent 878cebb commit 73f3664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ziggy = { version = "1.2", default-features = false }

Then use the `fuzz!` macro inside your `main` to create a harness.

```rust
```rust ignore
fn main() {
ziggy::fuzz!(|data: &[u8]| {
println!("{data:?}");
Expand Down

0 comments on commit 73f3664

Please sign in to comment.