Skip to content

Commit a9a04c5

Browse files
authored
Add doc for rustc_flags parameter of RustExtension
1 parent 581e7f8 commit a9a04c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools_rust/extension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class RustExtension:
6969
``args=["--no-default-features"]`` will disable the default
7070
features listed in ``Cargo.toml``.
7171
features: A list of Cargo features to also build.
72+
rustc_flags: A list of additional flags passed to rustc.
7273
rust_version: Minimum Rust compiler version required for this
7374
extension.
7475
quiet: Suppress Cargo's output.

0 commit comments

Comments
 (0)