From 07f7926bc22bc4e83a696865f2e7bc986e7dbb57 Mon Sep 17 00:00:00 2001 From: Aaron Lobb Date: Tue, 15 Sep 2015 21:15:46 -0700 Subject: [PATCH] Added help string for chains_overflow_last config parameter --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index e3ff126ee837b..7ee7d200b8b6b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -199,7 +199,7 @@ create_config! { reorder_imports: bool, "Reorder import statements alphabetically", // Alphabetically, case sensitive. single_line_if_else: bool, "Put else on same line as closing brace for if statements", format_strings: bool, "Format string literals, or leave as is", - chains_overflow_last: bool, "chains overflow last", + chains_overflow_last: bool, "Allow last call in method chain to break the line", take_source_hints: bool, "Retain some formatting characteristics from the source code", }