From ee4a377cfa361ae7769ea2e3fea65fcf6bdfa259 Mon Sep 17 00:00:00 2001 From: Ellis Kenyo Date: Mon, 24 Jul 2023 19:47:49 +0100 Subject: [PATCH] docs(rust): update rustfmt command --- modules/lang/rust/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/rust/README.org b/modules/lang/rust/README.org index 3a7474bfe..7ff6833f9 100644 --- a/modules/lang/rust/README.org +++ b/modules/lang/rust/README.org @@ -64,7 +64,7 @@ To install and manage Rust on Windows, consult [[https://forge.rust-lang.org/inf ** Other Requirements - If [[doom-module::editor format]] is enabled, you'll need =rustfmt=: ~$ rustup component add - rustfmt-preview~. + rustfmt~. - Users with [[doom-module:+lsp]] enabled will need [[github:rust-analyzer/rust-analyzer][rust-analyzer]] (rls is supported, but [[https://blog.rust-lang.org/2022/07/01/RLS-deprecation.html][deprecated]]). - Using the following commands requires: