docs: Better title formatting for the coding guidelines

This commit is contained in:
Nick Fitzgerald
2020-08-07 16:49:58 -07:00
parent bf16b33739
commit 47d3c8de52

View File

@@ -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.