Skip to content

Commit bfa52a8

Browse files
committed
Address review
1 parent 68da2c5 commit bfa52a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/init-action.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ async function run() {
358358
}
359359
core.endGroup();
360360

361-
// Set CODEQL_ENABLE_EXPERIMENTAL_FEATURES for Rust if between 2.19.3 and 2.22.1 (excluded)
361+
// Set CODEQL_ENABLE_EXPERIMENTAL_FEATURES for Rust if between 2.19.3 (included) and 2.22.1 (excluded)
362362
// We need to set this environment variable before initializing the config, otherwise Rust
363-
// analysis will not be enabled.
364-
// Initially this was driven by a feature flag which has been rolled out already.
363+
// analysis will not be enabled (experimental language packs are only active with that environment
364+
// variable set to `true`).
365365
if (
366366
// Only enable the experimental features env variable for Rust analysis if the user has explicitly
367367
// requested rust - don't enable it via language autodetection.

0 commit comments

Comments
 (0)