mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-12-13 09:57:05 +00:00
Fixed typo
This commit is contained in:
parent
f514214284
commit
6adcf7d9a4
@ -52,7 +52,7 @@ def _log_cargo_vendor(repository_ctx, result):
|
|||||||
repository_ctx.execute(print, quiet = False)
|
repository_ctx.execute(print, quiet = False)
|
||||||
|
|
||||||
vendor = repository_rule(
|
vendor = repository_rule(
|
||||||
doc = "A rule used to vender the dependencies of a crate in the current workspace",
|
doc = "A rule used to vendor the dependencies of a crate in the current workspace",
|
||||||
attrs = {
|
attrs = {
|
||||||
"lockfile": attr.label(
|
"lockfile": attr.label(
|
||||||
doc = "A lockfile providing the set of crates to vendor",
|
doc = "A lockfile providing the set of crates to vendor",
|
||||||
|
Loading…
Reference in New Issue
Block a user