Skip to content

Commit 7013ecc

Browse files
Add missing code comment
1 parent 3c6bae7 commit 7013ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/src/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ fn extended_regex_tests(env: &Env, args: &TestArg) -> Result<(), String> {
794794
// FIXME: create a function "display_if_not_quiet" or something along the line.
795795
println!("[TEST] rust-lang/regex tests");
796796
let mut env = env.clone();
797+
// newer aho_corasick versions throw a deprecation warning
797798
env.insert("CG_RUSTFLAGS".to_string(), "--cap-lints warn".to_string());
798799
run_cargo_command(
799800
&[

0 commit comments

Comments
 (0)