forked from mirrors/nixpkgs
Merge pull request #81974 from bhipple/feature/rust-doc
buildRustPackage: update docstring comment
This commit is contained in:
commit
cad87836ac
|
@ -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 ? {}
|
||||
|
|
Loading…
Reference in a new issue