about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-03-18 20:43:07 -0400
committerJon <jonringer@users.noreply.github.com>2020-03-18 20:12:32 -0700
commit05343f6ff134c771802e554bbdacd109b7434933 (patch)
tree21c0af5e0b3ae7a06f2f034101b9cffcbbe7ae59 /doc
parent6865db4d3cda54c131df09c124fd49bbd2639bb7 (diff)
downloadnixlib-05343f6ff134c771802e554bbdacd109b7434933.tar
nixlib-05343f6ff134c771802e554bbdacd109b7434933.tar.gz
nixlib-05343f6ff134c771802e554bbdacd109b7434933.tar.bz2
nixlib-05343f6ff134c771802e554bbdacd109b7434933.tar.lz
nixlib-05343f6ff134c771802e554bbdacd109b7434933.tar.xz
nixlib-05343f6ff134c771802e554bbdacd109b7434933.tar.zst
nixlib-05343f6ff134c771802e554bbdacd109b7434933.zip
rust: remove legacy cargo fetcher
We have now migrated every single Rust package in NixPkgs! This deletes the
legacy fetcher, which is now unused.

Resolves #79975
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 97dc9e2ff531..cec3373cbee6 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -60,9 +60,9 @@ Nix depends on this file, so if it missing you can use `cargoPatches` to apply
 it in the `patchPhase`. Consider sending a PR upstream with a note to the
 maintainer describing why it's important to include in the application.
 
-Unless `legacyCargoFetcher` is set to `true`, the fetcher will also verify that
-the `Cargo.lock` file is in sync with the `src` attribute, and will compress the
-vendor directory into a tar.gz archive.
+The fetcher will verify that the `Cargo.lock` file is in sync with the `src`
+attribute, and fail the build if not. It will also will compress the vendor
+directory into a tar.gz archive.
 
 ### Building a crate for a different target