Cargo.lock out of sync from automated commits
Open
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Automated Meta commits currently put the repo's `Cargo.toml`'s out of sync with `Cargo.lock`, which means that just checking out and building `main` leaves a dirty `Cargo.lock` file. This can make contributing difficult
I'd suggest either gitignore'ing `Cargo.lock`, or Meta setup an internal codegen step to update it on automated changes.
Contributor guide
Assessment
This issue has not been assessed yet.