diff options
| author | murilo ijanc | 2025-11-20 21:08:51 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-20 21:08:51 -0300 |
| commit | acd6f6d16200a6598c357320d1cca793ce83a132 (patch) | |
| tree | 1b6fd4ca38a3779ab8fc4cedccafeccd5138232c /dprint.json | |
| parent | bca45996c5fe73cd9eec4fa358475f3d018b6990 (diff) | |
| download | cogops-acd6f6d16200a6598c357320d1cca793ce83a132.tar.gz | |
Update argument edition 2024
Diffstat (limited to 'dprint.json')
| -rw-r--r-- | dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dprint.json b/dprint.json index a2a3c8f..f3126d8 100644 --- a/dprint.json +++ b/dprint.json @@ -9,7 +9,7 @@ "exec": { "cwd": "${configDir}", "commands": [{ - "command": "rustfmt", + "command": "rustfmt --edition 2024", "exts": ["rs"], "cacheKeyFiles": [ ".rustfmt.toml", |