Browse Source

docs: Better title formatting for the coding guidelines

pull/2118/head
Nick Fitzgerald 4 years ago
parent
commit
47d3c8de52
  1. 4
      docs/contributing-coding-guidelines.md

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

Loading…
Cancel
Save