From 7476d0c0c8b3af2a882cf4ecf20381301563d412 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Tue, 21 Feb 2017 10:45:21 -0800 Subject: [PATCH] More Rust notes. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index faf0eec4..13448601 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,7 +116,7 @@ git commit --amend --reset-author --no-edit # Style Guide -Our Rust code approximately follows the [Rust style guide](https://github.com/rust-lang-nursery/fmt-rfcs/blob/master/guide/guide.md). We use four-space indents, with categorized and alphabetized imports; see the examples in the tree. +Our Rust code approximately follows the [Rust style guide](https://github.com/rust-lang-nursery/fmt-rfcs/blob/master/guide/guide.md). We use four-space indents, with categorized and alphabetized imports; see the examples in the tree. We try to follow [these guidelines](https://aturon.github.io/), too. We do not automatically use `rustfmt` because it tends to make code incrementally worse, but you should be prepared to consider its suggestions.