Skip to content

Commit

Permalink
Less verbose comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Jul 16, 2024
1 parent e57a70b commit a52c0e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ impl FuzzProject {
}

if !matches!(build.sanitizer, Sanitizer::None) {
// Select the appropriate sanitizer flag for the given rustc version:
// either -Zsanitizer or -Csanitizer.
// Select the appropriate sanitizer flag for the given rustc version
let rust_version = RustVersion::discover()?;
let sanitizer_flag = match rust_version.has_sanitizers_on_stable() {
true => "-Csanitizer",
Expand Down

0 comments on commit a52c0e5

Please sign in to comment.