From bf36369032a0025c7f4fc63a1e303f2d4ecacb08 Mon Sep 17 00:00:00 2001 From: Mika Attila Date: Sat, 28 Nov 2015 10:03:46 +0100 Subject: [PATCH] Fix typo in README.md We conform to (i.e. comply with) the Rust Style Guidelines, not confirm their validity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571ceb99f6c..e1b52e6bd86 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ rustfmt.toml, place it in the project directory and it will apply the options in that file. See `cargo run -- --config-help` for the options which are available, or if you prefer to see source code, [src/config.rs]. -By default, Rustfmt uses a style which (mostly) confirms to the +By default, Rustfmt uses a style which (mostly) conforms to the [Rust style guidelines](https://github.com/rust-lang/rust/tree/master/src/doc/style). There are many details which the style guidelines do not cover, and in these cases we try to adhere to a style similar to that used in the -- 2.44.0