From 3a52631490361468a4b719547f6727507539101a Mon Sep 17 00:00:00 2001 From: Aland <158173939+aland-omed@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:09:52 +0300 Subject: [PATCH] docs: Verify fuzzing guidance date --- src/fuzzing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuzzing.md b/src/fuzzing.md index 635c01d21a..6e41be8497 100644 --- a/src/fuzzing.md +++ b/src/fuzzing.md @@ -1,6 +1,6 @@ # Fuzzing - + For the purposes of this guide, *fuzzing* is any testing methodology that involves compiling a wide variety of programs in an attempt to uncover bugs in rustc.