File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
34
45[toolchain ]
56channel = " 1.84"
67profile = " 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