mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 10:55:14 +00:00
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.
This commit is contained in:
commit
3b002a8ab5
@ -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)
|
||||
|
||||
");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user