From 47d3c8de52ed840cbd2c1a14f0b351edea66432a Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 7 Aug 2020 16:49:58 -0700 Subject: [PATCH] docs: Better title formatting for the coding guidelines --- docs/contributing-coding-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing-coding-guidelines.md b/docs/contributing-coding-guidelines.md index 0fe5133df4..41fcfc9615 100644 --- a/docs/contributing-coding-guidelines.md +++ b/docs/contributing-coding-guidelines.md @@ -6,7 +6,7 @@ be aware of. [pull request]: https://help.github.com/articles/about-pull-requests/ -### rustfmt +### `rustfmt` All PRs must be formatted according to rustfmt, and this is checked in the continuous integration tests. You can format code locally with: @@ -19,7 +19,7 @@ at the root of the repository. You can find [more information about rustfmt online](https://github.com/rust-lang/rustfmt) too, such as how to configure your editor. -### Rustc version support +### Minimum Supported `rustc` Version Wasmtime supports the current stable version of Rust.