aboutsummaryrefslogtreecommitdiff
path: root/pw_rust/BUILD.bazel
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-23 00:09:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-23 00:09:38 +0000
commitaff67b6bbc28eba4d1f4a4a12e116e63ab4813ea (patch)
treeb7892405559e1714c330ffb8ac9de9104296f4e3 /pw_rust/BUILD.bazel
parent13960e09d00c4e8612da0a9084e0e051603f072b (diff)
parentf054515492af5132f685cb23fe11891ee77104c9 (diff)
downloadpigweed-android14-qpr2-s1-release.tar.gz
Change-Id: I018123259cd231d0e74933e492391999e36650e8
Diffstat (limited to 'pw_rust/BUILD.bazel')
-rw-r--r--pw_rust/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_rust/BUILD.bazel b/pw_rust/BUILD.bazel
index 48cf0c72e..cf6ea0d88 100644
--- a/pw_rust/BUILD.bazel
+++ b/pw_rust/BUILD.bazel
@@ -23,11 +23,11 @@ rust_docs(
# TODO: b/295227522 - Add support to `rust_docs` to automatically processs
# crates in topological order.
crates = [
+ "//pw_format/rust:pw_format",
"//pw_status/rust:pw_status",
"//pw_stream/rust:pw_stream",
"//pw_varint/rust:pw_varint",
"//pw_tokenizer/rust:pw_tokenizer_core",
- "//pw_tokenizer/rust:pw_tokenizer_printf",
"//pw_tokenizer/rust:pw_tokenizer",
],
)