From 2a3caa7f577c0ff3e98106049df4662401c41a73 Mon Sep 17 00:00:00 2001 From: Chris Emerson Date: Mon, 12 Feb 2018 23:09:07 +0000 Subject: [PATCH] Update comment to say that Modified is for internal use only. --- rustfmt-config/src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt-config/src/options.rs b/rustfmt-config/src/options.rs index b6a28b9b58c..885d89ed752 100644 --- a/rustfmt-config/src/options.rs +++ b/rustfmt-config/src/options.rs @@ -176,7 +176,7 @@ configuration_option_enum! { WriteMode: Plain, // Outputs a checkstyle XML file. Checkstyle, - // Output the changed lines + // Output the changed lines (for internal value only) Modified, }