Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional rust linter rules #1952

Open
wolfv opened this issue Jun 19, 2024 · 0 comments
Open

Additional rust linter rules #1952

wolfv opened this issue Jun 19, 2024 · 0 comments

Comments

@wolfv
Copy link
Member

wolfv commented Jun 19, 2024

I think most packages that use cargo install should also use --locked and --no-track.

The --locked will guarantee that the Cargo.lock file is used and the correct dependency versions are chosen.

The --no-track makes cargo no emit "tracking information". This tracking information is always placed in $PREFIX/.crates2.json or some file along those lines and makes all Rust packages clobber with each other if they are not manually removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant