Skip to content

Commit 92a3a4e

Browse files
committed
Auto merge of #4623 - alexcrichton:remove-lock, r=matklad
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!
2 parents 75f8541 + 5c9665f commit 92a3a4e

File tree

3 files changed

+2
-1187
lines changed

3 files changed

+2
-1187
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/target
2+
Cargo.lock
23
.cargo
34
/config.stamp
45
/Makefile
56
/config.mk
67
src/doc/build
78
src/etc/*.pyc
89
src/registry/target
9-
src/registry/Cargo.lock
1010
rustc
1111
__pycache__
1212
.idea/

0 commit comments

Comments
 (0)