mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix alignment of .cargo/config
This commit is contained in:
parent
279ff4927a
commit
1e554d551f
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
[alias]
|
[alias]
|
||||||
# Automatically generates the ast and syntax kinds files
|
# Automatically generates the ast and syntax kinds files
|
||||||
gen-syntax = "run --package tools -- gen-syntax"
|
gen-syntax = "run --package tools -- gen-syntax"
|
||||||
gen-tests = "run --package tools -- gen-tests"
|
gen-tests = "run --package tools -- gen-tests"
|
||||||
install-code = "run --package tools -- install-code"
|
install-code = "run --package tools -- install-code"
|
||||||
format = "run --package tools -- format"
|
format = "run --package tools -- format"
|
||||||
format-hook = "run --package tools -- format-hook"
|
format-hook = "run --package tools -- format-hook"
|
||||||
|
|
||||||
render-test = "run --package ra_cli -- render-test"
|
render-test = "run --package ra_cli -- render-test"
|
||||||
parse = "run --package ra_cli -- parse"
|
parse = "run --package ra_cli -- parse"
|
||||||
|
|
Loading…
Reference in a new issue