Skip to content

Commit c212542

Browse files
committed
Add --rustc flag
1 parent 6ad01b8 commit c212542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/driver.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ fn help_message() -> &'static str {
281281
<green,bold>Common options:</>
282282
<cyan,bold>-h</>, <cyan,bold>--help</> Print this message
283283
<cyan,bold>-V</>, <cyan,bold>--version</> Print version info and exit
284+
<cyan,bold>--rustc</> Pass all arguments to <cyan>rustc</>
284285
285286
<green,bold>Allowing / Denying lints</>
286287
You can use tool lints to allow or deny lints from your code, e.g.:

0 commit comments

Comments
 (0)