# HG changeset patch # User Georges Racinet # Date 1680601652 -7200 # Node ID 498155b0ba41ec0c27ec3fb2026abbe67762e012 # Parent 53f039ed6f2016200595bf03e65137ed50ca4acb rust-readme: mentioned that format check is enforced by CI diff -r 53f039ed6f20 -r 498155b0ba41 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