aboutsummaryrefslogtreecommitdiff
path: root/pw_rust/BUILD.bazel
diff options
context:
space:
mode:
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",
],
)