Skip to content

Commit

Permalink
Add docs for error_format
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarcin committed Sep 2, 2021
1 parent 5beb773 commit 1bab2af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ PAGES = dict([
"rust_benchmark",
"rust_test",
"rust_test_suite",
"error_format",
],
),
page(
Expand Down
2 changes: 2 additions & 0 deletions docs/symbols.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ load(
)
load(
"@rules_rust//rust:defs.bzl",
_error_format = "error_format",
_rust_analyzer = "rust_analyzer",
_rust_analyzer_aspect = "rust_analyzer_aspect",
_rust_benchmark = "rust_benchmark",
Expand Down Expand Up @@ -141,6 +142,7 @@ crate = _crate
rustfmt_aspect = _rustfmt_aspect
rustfmt_test = _rustfmt_test

error_format = _error_format
incompatible_flag = _incompatible_flag
fail_when_enabled = _fail_when_enabled

Expand Down

0 comments on commit 1bab2af

Please sign in to comment.