File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,8 @@ async function run() {
632
632
// For rust, if `codeql` does not support it, we are in two possible situations:
633
633
// * either we run `codeql` prior to 2.19.3, which means no rust support is possible
634
634
// * or we run a version between 2.19.3 and 2.22.1 (excluded), when rust support was
635
- // experimental and required explicitly setting CODEQL_ENABLE_EXPERIMENTAL_FEATURES
635
+ // experimental and required explicitly setting CODEQL_ENABLE_EXPERIMENTAL_FEATURES,
636
+ // and that env variable is not set
636
637
// However, there is no need to let users know about the experimental feature flag at
637
638
// this point, if they want rust support they should chose a version which supports it
638
639
// publicly.
You can’t perform that action at this time.
0 commit comments