Commit Graph

3 Commits

Author SHA1 Message Date
Adam H. Leventhal 88a4ee01d3 fix error regarding block comments 2020-03-10 09:57:37 -07: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