diff --git a/docgen/rust-toolchain.toml b/docgen/rust-toolchain.toml index e973737..936613c 100644 --- a/docgen/rust-toolchain.toml +++ b/docgen/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "1.78.0" -components = [ "rustfmt", "clippy" ] -profile = "minimal" \ No newline at end of file +components = ["rustfmt", "clippy"] +profile = "minimal"