I put 'rustflags' in pyproject.toml [build]. Is that wrong? #1834
Answered
by
messense
CarlKCarlK
asked this question in
Q&A
-
The
The "Even Better TOML" linter is complaining that Is there a better place for rustflags? |
Beta Was this translation helpful? Give feedback.
Answered by
messense
Nov 3, 2023
Replies: 1 comment
-
It's wrong, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
messense
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's wrong,
rustflags
can only be set in.cargo/config.toml
or~/.cargo/config.toml
.See https://doc.rust-lang.org/cargo/reference/config.html