Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Jun 29, 2021
1 parent 944c4e6 commit c3901e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
20 changes: 0 additions & 20 deletions docs/flatten.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* [rust_wasm_bindgen_toolchain](#rust_wasm_bindgen_toolchain)
* [rustfmt_aspect](#rustfmt_aspect)
* [rustfmt_test](#rustfmt_test)
* [toolchain_files](#toolchain_files)


<a id="#crate_universe"></a>
Expand Down Expand Up @@ -1292,25 +1291,6 @@ A test rule for performing `rustfmt --check` on a set of targets
| <a id="rustfmt_test-targets"></a>targets | Rust targets to run <code>rustfmt --check</code> on. | <a href="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional | [] |


<a id="#toolchain_files"></a>

## toolchain_files

<pre>
toolchain_files(<a href="#toolchain_files-name">name</a>, <a href="#toolchain_files-tool">tool</a>)
</pre>

A rule for fetching files from a rust toolchain.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="toolchain_files-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
| <a id="toolchain_files-tool"></a>tool | The desired tool to get form the current rust_toolchain | String | required | |


<a id="#cargo_build_script"></a>

## cargo_build_script
Expand Down
20 changes: 0 additions & 20 deletions docs/rust_repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* [rust_toolchain](#rust_toolchain)
* [rust_toolchain_repository](#rust_toolchain_repository)
* [rust_toolchain_repository_proxy](#rust_toolchain_repository_proxy)
* [toolchain_files](#toolchain_files)

<a id="#rust_toolchain"></a>

Expand Down Expand Up @@ -144,25 +143,6 @@ Generates a toolchain-bearing repository that declares the toolchains from some
| <a id="rust_toolchain_repository_proxy-toolchain_name_prefix"></a>toolchain_name_prefix | The per-target prefix expected for the rust_toolchain declarations in the parent workspace. | String | optional | "" |


<a id="#toolchain_files"></a>

## toolchain_files

<pre>
toolchain_files(<a href="#toolchain_files-name">name</a>, <a href="#toolchain_files-tool">tool</a>)
</pre>

A rule for fetching files from a rust toolchain.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="toolchain_files-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
| <a id="toolchain_files-tool"></a>tool | The desired tool to get form the current rust_toolchain | String | required | |


<a id="#rust_repositories"></a>

## rust_repositories
Expand Down

0 comments on commit c3901e2

Please sign in to comment.