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: build: move Rust configuration to 'scripts/Makefile.rust'
Currently, all Rust flags live in the top level 'Makefile'. This patch
moves these flags to a new file at 'scripts/Makefile.rust' so that
wanted adjustments to Rust's CLI configuration can be applied without
touching the root 'Makefile'. This change is intended to reduce noise
and the potential for merge conflicts.
Making this change will simplify the goals of (1) adding additional
lints over time, and (2) changing from specifying lint groups (e.g.
'correctness', 'perf') to naming individual lints for better version
compatibility. These changes are space consuming (>100 lines) and may
have a few adjustments per cycle, so extracting these arguments out of
the shared 'Makefile' should be much less noisy for everyone.
Signed-off-by: Trevor Gross <[email protected]>
0 commit comments