diff --git a/dprint.json b/dprint.json index 6de56c6d85e8..314447f0b804 100644 --- a/dprint.json +++ b/dprint.json @@ -9,7 +9,7 @@ "command": "yapf3", "exts": ["py"] }, { - "command": "rustfmt --edition 2021", + "command": "rustup run nightly rustfmt --edition 2021", "exts": ["rs"] }, { "command": "msgcat -",