Skip to content

Commit

Permalink
Apply suggested fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
matts1 committed May 3, 2023
1 parent 694696c commit 764d71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/private/rustc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ErrorFormatInfo = provider(
)

OutputDiagnosticsInfo = provider(
doc = "Save json diagnostics form rustc",
fields = {"output_diagnostics": "(bool)"},
doc = "Save json diagnostics from rustc (output of rustc --error-format=json)",
fields = {"output_diagnostics": "(bool): Whether or not to output diagnostics."},
)

ExtraRustcFlagsInfo = provider(
Expand Down

0 comments on commit 764d71f

Please sign in to comment.