Merge pull request #81974 from bhipple/feature/rust-doc

buildRustPackage: update docstring comment
This commit is contained in:
Mario Rodas 2020-03-10 06:38:42 -05:00 committed by GitHub
commit cad87836ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ? {}