Skip to content

Commit d467fa0

Browse files
yedayakdjc
authored andcommitted
CONTRIBUTING: update rustfmt guidance
Follow up to 0310085 (#538)
1 parent 0d65909 commit d467fa0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ fully reviewed PR that passed tests.
1515
In README.md, under the "Conventions" section, are described the the API
1616
conventions we follow.
1717

18-
All code must be rustfmt'ed, which we enforce in CI. Check
19-
.github/workflows/test.yml for the current Rust version against which we enforce
20-
rustfmt, since rustfmt's output sometimes changes between Rust versions.
18+
All code must be rustfmt'ed, which we enforce in CI. Note rustfmt's output
19+
sometimes changes between Rust versions, it's run in CI with the latest stable
20+
rust version.
2121

2222
## Dev dependencies
2323

0 commit comments

Comments
 (0)