From e57a70b56eb50b60dc5999ad3cc71c94f2a90ef6 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Tue, 16 Jul 2024 01:26:46 +0100 Subject: [PATCH] Fix typo in comment --- src/project.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.rs b/src/project.rs index 2c10c5f..b646e92 100644 --- a/src/project.rs +++ b/src/project.rs @@ -212,7 +212,7 @@ impl FuzzProject { // Not all sanitizers are stabilized on all platforms. // It is infeasible to keep up this code to date with the list. - // So we just set `-Zunstable-options`` required for some sanitizers + // So we just set `-Zunstable-options` required for some sanitizers // whenever we're on nightly on a recent enough compiler, // and let the compiler show an error message // if the user tries to enable a sanitizer not supported on their stable compiler.