author | Georges Racinet <georges.racinet@octobus.net> |
Tue, 04 Apr 2023 11:47:32 +0200 | |
changeset 50456 | 498155b0ba41 |
parent 50455 | 53f039ed6f20 |
child 50457 | b88e9c707c95 |
rust/README.rst | file | annotate | diff | comparison | revisions |
--- 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