Skip to content

Commit bf1dd69

Browse files
committed
Move comments up in rust.yml
1 parent 286b9e9 commit bf1dd69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pr-checks/checks/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: "Rust analysis"
22
description: "Tests creation of a Rust database"
33
versions:
4-
- stable-v2.19.3 # experimental rust support introduced, requires action to set `CODEQL_ENABLE_EXPERIMENTAL_FEATURES`
5-
- stable-v2.22.1 # first public preview version
4+
# experimental rust support introduced, requires action to set `CODEQL_ENABLE_EXPERIMENTAL_FEATURES`
5+
- stable-v2.19.3
6+
# first public preview version
7+
- stable-v2.22.1
68
- linked
79
- default
810
- nightly-latest

0 commit comments

Comments
 (0)