Skip to content

Commit ad4ceb5

Browse files
Track Cargo.lock in Git (webrtc-rs#503)
* Track `Cargo.lock` in Git * Fix clippy warnings
1 parent 71157ba commit ad4ceb5

File tree

4 files changed

+3166
-8
lines changed

4 files changed

+3166
-8
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
/crates/target/
66
/crates/.idea/
77

8-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
9-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
10-
Cargo.lock
11-
/crates/Cargo.lock
12-
138
# These are backup files generated by rustfmt
149
**/*.rs.bk
1510

0 commit comments

Comments
 (0)