helix-editor / nucleo

A fast and convenient fuzzy matcher library for rust
Mozilla Public License 2.0
896 stars 28 forks source link

Delete ignored Cargo.lock file #54

Open alexrutar opened 2 weeks ago

alexrutar commented 2 weeks ago

The file Cargo.lock is already (correctly) ignored in the .gitignore but the file is still present in master; this PR just deletes the file.

a-kenji commented 1 week ago

The file Cargo.lock is already (correctly) ignored

I just want to note that whether to add the Cargo.lock file is an opinion of the project based on their needs and there is no strict correct way:

That being said if a project like nucleo does ignore the lock file then it is likely they for them decided against using it.