Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Jul 16, 2024
1 parent 230c3cc commit e57a70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e57a70b

Please sign in to comment.