Skip to content

Commit

Permalink
Rollup merge of rust-lang#40453 - tschottdorf:lint-deny-wording, r=al…
Browse files Browse the repository at this point in the history
…excrichton

Improve wording in the -{W,A,F,D} options

This was so trivial that I'm wondering whether I'm missing something.

Fixes rust-lang#28708.
  • Loading branch information
frewsxcv authored Mar 12, 2017
2 parents c085be5 + 7bfc64a commit 3b002a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_driver/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ Available lint options:
Allow <foo>
-D <foo> Deny <foo>
-F <foo> Forbid <foo> \
(deny, and deny all overrides)
(deny <foo> and all attempts to override)
");

Expand Down

0 comments on commit 3b002a8

Please sign in to comment.