Skip to content

Commit f2a62c3

Browse files
authored
Merge pull request #230 from cassiersg/patch-1
Add doc for rustc_flags parameter of RustExtension
2 parents 581e7f8 + a9a04c5 commit f2a62c3

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)