Commit Graph

3 Commits

Author SHA1 Message Date
Jacob Pratt 590ec4b488
Fix typos in non-RFCs 2022-10-08 01:50:29 -04:00
Nick Cameron fc56a85671 Address feedback 2018-10-23 10:20:28 +13:00
Nick Cameron ec3d345b7e Formatting guidelines
This RFC defines an official Rust style guide. The style is a specification for the default behaviour of [Rustfmt](https://github.com/rust-lang-nursery/rustfmt), is required for official Rust projects (including the compiler and standard libraries), and is recommended for all Rust projects. The style guide in this RFC only covers the formatting of code, it does not have any recommendations about how to write idiomatic or high quality Rust code.
2018-10-23 10:20:28 +13:00