diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:01:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:01:37 +0800 |
| commit | b5b7c3d9d1668c6208a00438a9afa00b4ed5d500 (patch) | |
| tree | fc9822bbfd99e30f43f630d02b06b9a763e94136 /.cargo/config.toml | |
| parent | fab046cf951449b94a4c7bef417093e076303218 (diff) | |
Fix config.toml formatting
- Add missing newline at end of file in .cargo/config.toml
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 0b8b5cf..e3cd902 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,4 @@ [build] target-dir = "./.temp/target" -[env]
\ No newline at end of file +[env] |
