From 7e5593ea431b549fd74039f2a20850e7dad245a0 Mon Sep 17 00:00:00 2001 From: Louis Merlin Date: Wed, 11 Oct 2023 18:00:10 +0200 Subject: [PATCH] Format file --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ca6cd05..45071cf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,7 +66,7 @@ macro_rules! read_args_and_fuzz { /// Fuzz a closure-like block of code by passing an object of arbitrary type. /// /// It can handle different types of arguments for the harness closure, including Arbitrary. -/// +/// /// See [our examples](https://github.com/srlabs/ziggy/tree/main/examples). /// /// ```no_run