From e33a278d8177509686061c59da9aeca0f5608385 Mon Sep 17 00:00:00 2001 From: Yedaya Katsman Date: Tue, 24 Jun 2025 15:58:27 +0300 Subject: [PATCH] CONTRIBUTING: update rustfmt guidance Follow up to 03100851 (https://github.com/rustls/rustls-ffi/pull/538) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de8160b7..14d07e0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,9 +15,9 @@ fully reviewed PR that passed tests. In README.md, under the "Conventions" section, are described the the API conventions we follow. -All code must be rustfmt'ed, which we enforce in CI. Check -.github/workflows/test.yml for the current Rust version against which we enforce -rustfmt, since rustfmt's output sometimes changes between Rust versions. +All code must be rustfmt'ed, which we enforce in CI. Note rustfmt's output +sometimes changes between Rust versions, it's run in CI with the latest stable +rust version. ## Dev dependencies