Update comment to say that Modified is for internal use only.

This commit is contained in:
Chris Emerson
2018-02-12 23:09:07 +00:00
parent 807f29206a
commit 2a3caa7f57
+1 -1
View File
@@ -176,7 +176,7 @@ pub fn to_list_tactic(self) -> ListTactic {
Plain,
// Outputs a checkstyle XML file.
Checkstyle,
// Output the changed lines
// Output the changed lines (for internal value only)
Modified,
}