Skip to content

Commit

Permalink
Auto merge of #4623 - alexcrichton:remove-lock, r=matklad
Browse files Browse the repository at this point in the history
Delete Cargo.lock from this repo

There's now a lock file upstream in rust-lang/rust so the one here isn't
actually used, and otherwise this crate is used as a dependency so the lock file
isn't respected anyway!
  • Loading branch information
bors committed Oct 19, 2017
2 parents 75f8541 + 5c9665f commit 92a3a4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/target
Cargo.lock
.cargo
/config.stamp
/Makefile
/config.mk
src/doc/build
src/etc/*.pyc
src/registry/target
src/registry/Cargo.lock
rustc
__pycache__
.idea/
Expand Down
Loading

0 comments on commit 92a3a4e

Please sign in to comment.