buildRustPackage: update docstring comment

The inlined readme that we were iterating on has been moved to GitHub
issue #79975, and the default is now the new cargo fetcher, so this
doc comment is out of date.
This commit is contained in:
Benjamin Hipple 2020-03-07 09:34:29 -05:00
parent a0d2bed383
commit 37fb7a5568

View file

@ -14,9 +14,6 @@
, cargoUpdateHook ? ""
, cargoDepsHook ? ""
, cargoBuildFlags ? []
# Please set to true on any Rust package updates. Once all packages set this
# to true, we will delete and make it the default. For details, see the Rust
# section on the manual and ./README.md.
, legacyCargoFetcher ? false
, buildType ? "release"
, meta ? {}