Comment out Cargo.lock

Evidently I didn't remove `Cargo.lock` from the gitignore
This commit is contained in:
Ottatop 2023-10-25 04:39:09 -05:00 committed by GitHub
parent ed3f14dcae
commit a903f2651a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -5,7 +5,7 @@ target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk