Reformat code after rustc-pull

This commit is contained in:
Laurențiu Nicola 2025-10-02 10:18:47 +03:00
parent 465fea70c0
commit 49ad13cabf

View File

@ -1,2 +1,6 @@
repo = "rust-analyzer"
filter = ":rev(55d9a533b309119c8acd13061581b43ae8840823:prefix=src/tools/rust-analyzer):/src/tools/rust-analyzer"
[[post-pull]]
cmd = ["cargo", "fmt"]
commit-message = "Format code"