rust-readme: mentioned that format check is enforced by CI
authorGeorges Racinet <georges.racinet@octobus.net>
Tue, 04 Apr 2023 11:47:32 +0200
changeset 50386 498155b0ba41
parent 50385 53f039ed6f20
child 50387 b88e9c707c95
rust-readme: mentioned that format check is enforced by CI
rust/README.rst
--- a/rust/README.rst	Tue Apr 04 11:46:26 2023 +0200
+++ b/rust/README.rst	Tue Apr 04 11:47:32 2023 +0200
@@ -119,7 +119,9 @@
 using the nightly version because it has been stable enough and provides
 comment folding.
 
-To format the entire Rust workspace::
+Our CI enforces that the code does not need reformatting. Before
+submitting your changes, please format the entire Rust workspace by running::
+
 
   $ cargo +nightly fmt