diff --git a/docs/crate_universe.md b/docs/crate_universe.md index 1e52b467ea..8d4e093579 100644 --- a/docs/crate_universe.md +++ b/docs/crate_universe.md @@ -637,8 +637,8 @@ A collection of extra attributes and settings for a particular crate | data | A list of labels to add to a crate's rust_library::data attribute. | `None` | | data_glob | A list of glob patterns to add to a crate's rust_library::data attribute. | `None` | | deps | A list of labels to add to a crate's rust_library::deps attribute. | `None` | -| extra_aliased_targets | A list of targets to add to the generated aliases in the root crate_universe repository. | `{}` | -| gen_binaries | As a list, the subset of the crate's bins that should get rust_binary targets produced. Or True to generate all, False to generate none. | `[]` | +| extra_aliased_targets | A list of targets to add to the generated aliases in the root crate_universe repository. | `None` | +| gen_binaries | As a list, the subset of the crate's bins that should get rust_binary targets produced. Or True to generate all, False to generate none. | `None` | | disable_pipelining | If True, disables pipelining for library targets for this crate. | `False` | | gen_build_script | An authorative flag to determine whether or not to produce cargo_build_script targets for the current crate. | `None` | | patch_args | The patch_args attribute of a Bazel repository rule. See [http_archive.patch_args](https://docs.bazel.build/versions/main/repo/http.html#http_archive-patch_args) | `None` |