Skip to content

Commit

Permalink
Deploying to gh-pages from @ d832c6c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Dec 17, 2024
1 parent 8fe64f0 commit ee3f4f5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,15 @@ <h2 id="clippy_toml"><a class="header" href="#clippy_toml">clippy_toml</a></h2>
</pre>
<p>This setting is used by the clippy rules. See https://bazelbuild.github.io/rules_rust/rust_clippy.html</p>
<p>Note that this setting is actually called <code>clippy.toml</code>.</p>
<p><a id="codegen_units"></a></p>
<h2 id="codegen_units"><a class="header" href="#codegen_units">codegen_units</a></h2>
<pre>
--@rules_rust//rust/settings:codegen_units
</pre>
<p>The default value for <code>--codegen-units</code> which also affects resource allocation for rustc actions.</p>
<p>Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to
perform it's default behavior.</p>
<p>https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units</p>
<p><a id="error_format"></a></p>
<h2 id="error_format"><a class="header" href="#error_format">error_format</a></h2>
<pre>
Expand Down
9 changes: 9 additions & 0 deletions rust_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,15 @@ <h2 id="clippy_toml"><a class="header" href="#clippy_toml">clippy_toml</a></h2>
</pre>
<p>This setting is used by the clippy rules. See https://bazelbuild.github.io/rules_rust/rust_clippy.html</p>
<p>Note that this setting is actually called <code>clippy.toml</code>.</p>
<p><a id="codegen_units"></a></p>
<h2 id="codegen_units"><a class="header" href="#codegen_units">codegen_units</a></h2>
<pre>
--@rules_rust//rust/settings:codegen_units
</pre>
<p>The default value for <code>--codegen-units</code> which also affects resource allocation for rustc actions.</p>
<p>Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to
perform it's default behavior.</p>
<p>https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units</p>
<p><a id="error_format"></a></p>
<h2 id="error_format"><a class="header" href="#error_format">error_format</a></h2>
<pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit ee3f4f5

Please sign in to comment.