From 0aaf01d9a6d469f3d4083e15717a1a0c56783456 Mon Sep 17 00:00:00 2001 From: "Michael X. Grey" Date: Thu, 2 May 2024 09:16:42 +0000 Subject: [PATCH] Add a comment indicating that nightly release is needed for formatting Signed-off-by: Michael X. Grey --- .rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 230ec3333..d11c488e6 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,2 +1,3 @@ +# This requires the nightly release of Rust, so when formating the repo, use +# $ cargo +nightly fmt imports_granularity = "Crate" -