##// END OF EJS Templates
rust-readme: mentioned that format check is enforced by CI
Georges Racinet -
r51282:498155b0 default
parent child Browse files
Show More
@@ -119,7 +119,9 b' We use ``rustfmt`` to keep the code form'
119 119 using the nightly version because it has been stable enough and provides
120 120 comment folding.
121 121
122 To format the entire Rust workspace::
122 Our CI enforces that the code does not need reformatting. Before
123 submitting your changes, please format the entire Rust workspace by running::
124
123 125
124 126 $ cargo +nightly fmt
125 127
General Comments 0
You need to be logged in to leave comments. Login now