Skip to content

Commit 7bfc64a

Browse files
committed
Improve wording in the -{W,A,F,D} options
Fixes #28708.
1 parent d9cf601 commit 7bfc64a

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)