Add an alias for `//tools/rustfmt` to `//:rustfmt` (#761)
diff --git a/docs/rust_fmt.vm b/docs/rust_fmt.vm
index a21cdf3..47d5af0 100644
--- a/docs/rust_fmt.vm
+++ b/docs/rust_fmt.vm
@@ -13,7 +13,7 @@
]]#
Formatting your Rust targets' source code requires no setup outside of loading `rules_rust`
-in your workspace. Simply run `bazel run @rules_rust//tools/rustfmt` to format source code.
+in your workspace. Simply run `bazel run @rules_rust//:rustfmt` to format source code.
In addition to this formatter, a check can be added to your build phase using the [rustfmt_aspect](#rustfmt-aspect)
aspect. Simply add the following to a `.bazelrc` file to enable this check.