Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 17, 2024
1 parent b366831 commit b0c9695
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/src/rust_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@ Note that this setting is actually called `clippy.toml`.



<a id="codegen_units"></a>

## codegen_units

<pre>
--@rules_rust//rust/settings:codegen_units
</pre>

The default value for `--codegen-units` which also affects resource allocation for rustc actions.

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.

https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units



<a id="error_format"></a>

## error_format
Expand Down

0 comments on commit b0c9695

Please sign in to comment.