We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f26ad5 commit e4907ffCopy full SHA for e4907ff
.gitignore
@@ -5,7 +5,9 @@ target/
5
6
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8
-Cargo.lock
+# Actually keep it so we can compile the exact same binary later
9
+# Cargo.lock
10
+
11
12
# These are backup files generated by rustfmt
13
**/*.rs.bk
0 commit comments