changeset 50419 | 498155b0ba41 |
parent 50418 | 53f039ed6f20 |
child 50420 | b88e9c707c95 |
--- 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