diff options
Diffstat (limited to 'templates/rust/rust-toolchain.toml')
| -rw-r--r-- | templates/rust/rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rust/rust-toolchain.toml b/templates/rust/rust-toolchain.toml index e7ae097..cc8f987 100644 --- a/templates/rust/rust-toolchain.toml +++ b/templates/rust/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "1.64.0" -components = [ "rustfmt", "clippy" ] +components = ["rustfmt", "clippy"] |
