From 33109a78dc987910ecdca91d882e0fd53399f7c4 Mon Sep 17 00:00:00 2001 From: Aaron Lobb Date: Mon, 14 Sep 2015 00:38:32 -0700 Subject: [PATCH] https://github.com/nrc/rustfmt/issues/304 Removed reference to default.toml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae1b0bc9171..8c76e8ec51c6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A tool for formatting Rust code according to style guidelines. ```rust #[rustfmt_skip] ``` -* When you run rustfmt use a file called rustfmt.toml to override the settings in default.toml +* When you run rustfmt use a file called rustfmt.toml to override the default settings of rustfmt. * We create a functioning executable called rustfmt in the target directory ## How to build and test