Skip to content

Commit 3b002a8

Browse files
authored
Rollup merge of #40453 - tschottdorf:lint-deny-wording, r=alexcrichton
Improve wording in the -{W,A,F,D} options This was so trivial that I'm wondering whether I'm missing something. Fixes #28708.
2 parents c085be5 + 7bfc64a commit 3b002a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ Available lint options:
738738
Allow <foo>
739739
-D <foo> Deny <foo>
740740
-F <foo> Forbid <foo> \
741-
(deny, and deny all overrides)
741+
(deny <foo> and all attempts to override)
742742
743743
");
744744

0 commit comments

Comments
 (0)