Skip to content

Commit 1694278

Browse files
authored
Grammar
1 parent b1c29bc commit 1694278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo-afl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ where
305305

306306
// The new LLVM pass manager was not enabled in rustc 1.57 as expected:
307307
// https://github.com/rust-lang/rust/pull/91263
308-
// The fix for now is to only pass `-C passes=sancov-module` to nightly
308+
// The fix for now is to pass `-C passes=sancov-module` only to nightly
309309
// compilers for which the LLVM version is >= 13.
310310

311311
let version_meta = rustc_version::version_meta().unwrap();

0 commit comments

Comments
 (0)