Quellcode durchsuchen

Update documentation link cargo.toml vs cargo.lock

Jan Hacker vor 7 Jahren
Ursprung
Commit
962020b16c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Rust.gitignore

+ 1 - 1
Rust.gitignore

@@ -3,7 +3,7 @@
 /target/
 
 # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
-# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
 Cargo.lock
 
 # These are backup files generated by rustfmt