changeset 50422:498155b0ba41

rust-readme: mentioned that format check is enforced by CI
author Georges Racinet <georges.racinet@octobus.net>
date Tue, 04 Apr 2023 11:47:32 +0200
parents 53f039ed6f20
children b88e9c707c95
files rust/README.rst
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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