File tree 5 files changed +12
-24
lines changed
5 files changed +12
-24
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # This file specifies the Rust version used to develop and test the
2
+ # tree sitter based extractors.
3
+ # It is set to the lowest version of Rust we want to support.
4
+
5
+ [toolchain ]
6
+ channel = " 1.78"
7
+ profile = " minimal"
8
+ components = [ " clippy" , " rustfmt" ]
Original file line number Diff line number Diff line change 1
- # This file specifies the Rust version used to develop and test the QL
2
- # extractor. It is set to the lowest version of Rust we want to support.
1
+ # This file specifies the Rust version used to develop and test the rust
2
+ # extractor. It will in general be set to the latest rust toolchain, as
3
+ # that is what is required by rust-analyzer.
3
4
4
5
[toolchain ]
5
6
channel = " 1.84"
6
7
profile = " minimal"
7
- components = [ " rustfmt" ]
8
+ components = [ " clippy " , " rustfmt" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments