You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust: move 'rust_common_flags' to a separate configuration file
Currently, 'rustc_common_flags' lives in the top-level 'Makefile'.
This means that we need to touch this whenever adjustments to Rust's CLI
configuration are desired, such as changing what lints Clippy should
emit.
This patch moves these flags to a separate file within 'rust/' so that
necessary changes can be made without affecting 'Makefile'. It copies
the behavior currently used with 'bindgen_parameters', which accepts
comments.
Additionally, 'let_unit_value` is no longer specifically named as it is
now part of the 'style' group [1].
[1]: rust-lang/rust-clippy#8563
Signed-off-by: Trevor Gross <[email protected]>
0 commit comments