Build Rust binaried with --no-track #167
Labels
code quality
Makes code easier to understand and less likely to lead to problems
enhancement
New feature or request
good first issue
Good for newcomers
Without
--no-track
cargo produces tracking files inside root. This is non-issue in current scenario with multiple packages but will needlessly pollute filesystem if there's a single package. It also produces a warning which we can get rid of by adding the switch.The text was updated successfully, but these errors were encountered: